diff --git a/Examples/simple-fcm-client/package.json b/Examples/simple-fcm-client/package.json index fc22a96b86f51ef723c4e5aca623ee5c35aff73a..9eba5100e7555a526262c03cd1b32eb0199b4488 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": "../../" + "react-native-fcm": "^12.0.0" }, "jest": { "preset": "jest-react-native" diff --git a/Examples/simple-fcm-client/yarn.lock b/Examples/simple-fcm-client/yarn.lock index 03b2170eb9f1c1cd3a2575229a01da3443d32867..e9ad2d95bc45b2c3665a3e14876c217fc51bc382 100644 --- a/Examples/simple-fcm-client/yarn.lock +++ b/Examples/simple-fcm-client/yarn.lock @@ -3635,8 +3635,9 @@ react-devtools-core@2.3.1: shell-quote "^1.6.1" ws "^2.0.3" -react-native-fcm@../../: - version "10.0.3" +react-native-fcm@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-12.0.0.tgz#6a4ae78d759c2d28b7f58b63f345d3a598802116" react-native@^0.47.2: version "0.47.2"