#Appsee React Native Plugin

##Installation
`npm install --save react-native-appsee`

`react-native link react-native-appsee`

Add `var Appsee = require('react-native-appsee');`

Call `Appsee.start(<ApiKey>);` when your root component loads.

See more in http://www.appsee.com/docs

