Go to file
2017-09-23 22:37:31 +03:00
android Add support for Android 2017-09-23 22:37:31 +03:00
ios/RCTAppMetrica Fix build error and add installation docs 2017-09-23 13:15:11 +03:00
.eslintignore Add ESLint 2017-09-18 10:07:46 +03:00
.eslintrc.json Add ESLint 2017-09-18 10:07:46 +03:00
.gitignore gitignore 2017-09-18 10:03:45 +03:00
.travis.yml Enable travis 2017-09-18 10:10:51 +03:00
index.js Initial JS implementation 2017-09-18 10:04:19 +03:00
LICENSE Initial commit 2017-09-18 09:46:10 +03:00
package-lock.json 0.0.2 2017-09-23 13:20:05 +03:00
package.json 0.0.2 2017-09-23 13:20:05 +03:00
README.md Fix build error and add installation docs 2017-09-23 13:15:11 +03:00

Build Status NPM version

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

  1. Setup AppMetrica. YandexMobileMetrica.framework should be placed at <project_dir>/ios/ or <project_dir>/ios/Frameworks/. Otherwise you'll get build error.
  2. npm install --save react-native-appmetrica
  3. react-native link react-native-appmetrica