From 94d5e04451864413e4bf6692f12ca652dd2e16ae Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Tue, 31 Jan 2017 09:32:03 -0500 Subject: [PATCH] update example for v6 --- Examples/simple-fcm-client/app/PushController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/simple-fcm-client/app/PushController.js b/Examples/simple-fcm-client/app/PushController.js index 717ed4b..5ec919b 100644 --- a/Examples/simple-fcm-client/app/PushController.js +++ b/Examples/simple-fcm-client/app/PushController.js @@ -1,6 +1,6 @@ import React, { Component } from "react"; -import FCM, {FCMEvent} from "react-native-fcm"; +import FCM, {FCMEvent, RemoteNotificationResult, WillPresentNotificationResult, NotificationType} from "react-native-fcm"; import firebaseClient from "./FirebaseClient"; -- 2.26.2