You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ This is an unofficial and unmantained package mirror of https://www.appsee.com/docs/ios/reactnative on GitHub and is outdated as of Jan 2019. Please avoid using this repo.
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.