From 56f8bbc0aed93ad66cc2b0a0ca4eac7c9734c6a3 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Tue, 15 May 2018 18:29:53 -0400 Subject: [PATCH] update example --- Examples/simple-fcm-client/package.json | 2 +- Examples/simple-fcm-client/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/simple-fcm-client/package.json b/Examples/simple-fcm-client/package.json index 88a4d98..3fb2a0d 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.55.4", - "react-native-fcm": "^14.1.3", + "react-native-fcm": "^15.0.1", "react-native-maps": "^0.20.1", "react-navigation": "^1.2.1" }, diff --git a/Examples/simple-fcm-client/yarn.lock b/Examples/simple-fcm-client/yarn.lock index 46832e2..35e71c4 100644 --- a/Examples/simple-fcm-client/yarn.lock +++ b/Examples/simple-fcm-client/yarn.lock @@ -4209,9 +4209,9 @@ react-native-drawer-layout@1.3.2: dependencies: react-native-dismiss-keyboard "1.0.0" -react-native-fcm@^14.1.3: - version "14.1.3" - resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-14.1.3.tgz#14fe949ac7dfa8dea5ed116cbfbeba8cfce88763" +react-native-fcm@^15.0.1: + version "15.0.1" + resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-15.0.1.tgz#9083403eb0efc45cfc8e7230d849cd4db7174e10" react-native-maps@^0.20.1: version "0.20.1" -- 2.26.2