# @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;
```
