sessionfox-rn-sdk
v1.2.0
Published
React Native SDK for SessionFox dashboard for qualitative analytics
Downloads
87
Maintainers
Readme
sessionfox-rn
Getting started
$ npm install sessionfox-rn --save
Mostly automatic installation
$ react-native link sessionfox-rn
=======
Usage
- Add the line to your android/app/src/main/AndroidManifest.xml
import SessionFoxRN from 'sessionfox-rn';
// TODO: Call the init function in your App.js render()
SessionFoxRN.init();