diff --git a/Examples/simple-fcm-client/package.json b/Examples/simple-fcm-client/package.json index 2c97ee16c5099554b34927dfbb1ef8938970a6b2..233b9a3377a179707d4dbdaf515771074521e8cf 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.12", "react-native": "^0.47.2", - "react-native-fcm": "^13.3.3", + "react-native-fcm": "^14.0.0", "react-navigation": "^1.2.1" }, "jest": { diff --git a/Examples/simple-fcm-client/yarn.lock b/Examples/simple-fcm-client/yarn.lock index 4232678b3bbe80844a62d8f56d4eac1646da6f4f..360977fca69c00b4aecd5a83664df9e718a35fc7 100644 --- a/Examples/simple-fcm-client/yarn.lock +++ b/Examples/simple-fcm-client/yarn.lock @@ -3731,9 +3731,9 @@ react-native-drawer-layout@1.3.2: dependencies: react-native-dismiss-keyboard "1.0.0" -react-native-fcm@^13.3.3: - version "13.3.3" - resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-13.3.3.tgz#6380d3aec6eb748c36a58355fa68eb0774dc81f8" +react-native-fcm@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-14.0.0.tgz#8c35d76b8867d9dc70ac3aa15fff6685f4f40063" react-native-safe-area-view@^0.7.0: version "0.7.0"