react-native-appsee-analytics
v2.4.86
Published
Appsee React Native Bridge
Maintainers
Readme
#AppseeAnalytics React Native Plugin
##Installation
npm install --save react-native-appsee-analytics
react-native link react-native-appsee-analytics
Add var Appsee = require('react-native-appsee-analytics');
Call Appsee.start(<ApiKey>); when your root component loads.
See more in http://www.appsee.com/docs
