Compare commits

...

2 Commits

Author SHA1 Message Date
d9bd3d8f4d 2.0.2 2023-08-08 16:29:05 +03:00
bcafff0667 fix read me 2023-08-08 16:28:59 +03:00
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
```js
import AppMetrica from 'react-native-appmetrica';
import AppMetrica from '@ijl/react-native-appmetrica';
// Starts the statistics collection process.
AppMetrica.activate({

View File

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