# react-native-mas

## Getting started

`$ npm install react-native-mas --save`

### Mostly automatic installation

`$ react-native link react-native-mas`

## Usage
```javascript
import Mas from 'react-native-mas';

// TODO: What to do with the module?
Mas;
```

<manifest>
    <application>
        <!-- Sample AdMob App ID: ca-app-pub-3940256099942544~3347511713 -->
        <meta-data
            android:name="com.google.android.gms.ads.APPLICATION_ID"
            android:value="YOUR_ADMOB_APP_ID"/>
    </application>
</manifest>
