Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 465 Bytes

Appsee React Native Plugin

⚠️ 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.

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