README
react-native-adgyde-sdk
Getting started
$ npm install react-native-adgyde-sdk@4.1.17 --save
Mostly automatic installation
$ react-native link react-native-adgyde-sdk@4.1.17
Usage
import AdgydeSdk from 'react-native-adgyde-sdk';
// TODO: What to do with the module?
export default AdGyde;