diff --git a/Examples/simple-fcm-client/app/PushController.js b/Examples/simple-fcm-client/app/PushController.js index 717ed4bcf7e54d2a49a41b733103dded5d55abab..5ec919be737ac5ed4e9ae2a665f30041d94fa8c3 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";