Compare commits

..

No commits in common. "master" and "v2.0.1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ React Native bridge to the [AppMetrica](https://appmetrica.yandex.com/) on both
## Usage ## Usage
```js ```js
import AppMetrica from '@ijl/react-native-appmetrica'; import AppMetrica from 'react-native-appmetrica';
// Starts the statistics collection process. // Starts the statistics collection process.
AppMetrica.activate({ AppMetrica.activate({

View File

@ -1,7 +1,7 @@
{ {
"name": "@ijl/react-native-appmetrica", "name": "@ijl/react-native-appmetrica",
"title": "Yandex AppMetrica React Native Plugin", "title": "Yandex AppMetrica React Native Plugin",
"version": "2.0.2", "version": "2.0.1",
"description": "React Native plugin for AppMetrica analytics tool", "description": "React Native plugin for AppMetrica analytics tool",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {