From 7466ad4258ebee0ffec47812e2821e8e028387f7 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 7 Feb 2018 16:39:33 -0500 Subject: [PATCH] update version --- Examples/simple-fcm-client/package.json | 2 +- Examples/simple-fcm-client/yarn.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Examples/simple-fcm-client/package.json b/Examples/simple-fcm-client/package.json index fc22a96..9eba510 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 03b2170..e9ad2d9 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" -- 2.26.2