update doc

This commit is contained in:
Andrey Bondarenko 2022-05-19 15:07:44 +10:00
parent 9542b1a74f
commit 2b34c88441
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# react-native-appmetrica-next # react-native-appmetrica-next
WARNING!!!
ver 2.0 RN68 >=
ver 1.0.17 RN67 <=
React Native bridge to the [AppMetrica](https://appmetrica.yandex.com/) on both iOS and Android. React Native bridge to the [AppMetrica](https://appmetrica.yandex.com/) on both iOS and Android.
react-native-push-next library functionality is expanded [react-native-appmetrica](https://github.com/yandexmobile/react-native-appmetrica) react-native-push-next library functionality is expanded [react-native-appmetrica](https://github.com/yandexmobile/react-native-appmetrica)

View File

@ -1,7 +1,7 @@
{ {
"name": "react-native-appmetrica-next", "name": "react-native-appmetrica-next",
"title": "Yandex AppMetrica React Native Plugin && AppMetricaPushSDK (fireBase CloudMessage)", "title": "Yandex AppMetrica React Native Plugin && AppMetricaPushSDK (fireBase CloudMessage)",
"version": "2.0.0", "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": {
@ -31,7 +31,7 @@
"license": "MIT", "license": "MIT",
"homepage": "https://appmetrica.yandex.com/docs", "homepage": "https://appmetrica.yandex.com/docs",
"peerDependencies": { "peerDependencies": {
"react-native": ">=0.65.0 <1.0.x" "react-native": ">=0.68.0 <1.0.x"
}, },
"devDependencies": {} "devDependencies": {}
} }