diff --git a/Examples/simple-fcm-client/package.json b/Examples/simple-fcm-client/package.json index 98bbe67e4e3e1e30b8d60bbba2bf3480acfc4c22..228b458afb2617d2edd0cdaaf50f52df31257a3f 100644 --- a/Examples/simple-fcm-client/package.json +++ b/Examples/simple-fcm-client/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "16.0.0-alpha.6", "react-native": "^0.44.2", - "react-native-fcm": "^6.0.2" + "react-native-fcm": "^7.0.0" }, "jest": { "preset": "jest-react-native" diff --git a/Examples/simple-fcm-client/yarn.lock b/Examples/simple-fcm-client/yarn.lock index b2944b60bc3127891fdda3ea6ef9a24e104109ba..baf1742dd74c50d499151967533e39b6fef260fc 100644 --- a/Examples/simple-fcm-client/yarn.lock +++ b/Examples/simple-fcm-client/yarn.lock @@ -3129,9 +3129,9 @@ react-devtools-core@^2.0.8: shell-quote "^1.6.1" ws "^2.0.3" -react-native-fcm@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-6.0.2.tgz#432578deaf9ad0fa968424c1babb5563c68eaa7e" +react-native-fcm@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-7.0.0.tgz#ce821307f59adb178d0a6729b2267bd04f6ea240" react-native@^0.44.2: version "0.44.2" diff --git a/package.json b/package.json index dc2e67e5eafb628f08981162f6fe091da8af7a22..ddb6c7ca781b48e1c6b5a666baaf839bad495fb5 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "type": "git", "url": "git+https://github.com/evollu/react-native-fcm.git" }, - "version": "6.2.3" + "version": "7.0.0" }