UNPKG

@admob-plus/react-native

Version:
18 lines (11 loc) 310 B
# @admob-plus/react-native ## Getting started `$ npm install @admob-plus/react-native --save` ### Mostly automatic installation `$ react-native link @admob-plus/react-native` ## Usage ```javascript import RNAdMobPlus from '@admob-plus/react-native'; // TODO: What to do with the module? RNAdMobPlus; ```