@admob-plus/react-native
Version:
AdMob Plus for React Native
18 lines (11 loc) • 310 B
Markdown
# @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;
```