android | ||
example | ||
ios/RCTAppMetrica | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.npmignore | ||
.travis.yml | ||
index.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
react-native-appmetrica
React Native bridge to the AppMetrica on both iOS and Android.
NOTE: Only iOS support for now. Feel free to send PR with Android support.
Installation
- Setup AppMetrica.
YandexMobileMetrica.framework
should be placed at<project_dir>/ios/
or<project_dir>/ios/Frameworks/
. Otherwise you'll get build error. npm install --save react-native-appmetrica
react-native link react-native-appmetrica