# react-native-appodeal-common

## Getting started

`$ npm install react-native-appodeal-common --save`

### Mostly automatic installation

`$ react-native link react-native-appodeal-common`

## Usage
```javascript
import AppodealCommon from 'react-native-appodeal-common';

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