diff --git a/README.md b/README.md index 856b9f8..b5d2015 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # 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-push-next library functionality is expanded [react-native-appmetrica](https://github.com/yandexmobile/react-native-appmetrica) diff --git a/package.json b/package.json index eea4fd6..f5ac111 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-appmetrica-next", "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", "main": "index.js", "scripts": { @@ -31,7 +31,7 @@ "license": "MIT", "homepage": "https://appmetrica.yandex.com/docs", "peerDependencies": { - "react-native": ">=0.65.0 <1.0.x" + "react-native": ">=0.68.0 <1.0.x" }, "devDependencies": {} }