From 3dfa0a8d99bd9090bedcfff10ae4d3cb146f74f2 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 21 Mar 2018 22:57:31 -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 865ffb4..02edb41 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": "^14.1.2", + "react-native-fcm": "^14.1.3", "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 876597f..cd9610b 100644 --- a/Examples/simple-fcm-client/yarn.lock +++ b/Examples/simple-fcm-client/yarn.lock @@ -3750,9 +3750,9 @@ react-native-drawer-layout@1.3.2: dependencies: react-native-dismiss-keyboard "1.0.0" -react-native-fcm@^14.1.2: - version "14.1.2" - resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-14.1.2.tgz#2a71d7eddde33b59f012c91c9ac9393bc83da348" +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-maps@^0.20.1: version "0.20.1" -- 2.26.2