react-native-appmetrica/README.md
2017-09-23 13:15:11 +03:00

761 B

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