From 6fcfd9e22a990e5d55688b49502a1dffcee8902a Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Tue, 31 Jan 2017 09:32:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deae141..4fe74e9 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ NOTE: `com.evollu.react.fcm.FIRLocalMessagingPublisher` is required for presenti ## Usage ```javascript -import FCM, {FCMEvent, RemoteNotificationResult, WillPresentNotificationResult} from 'react-native-fcm'; +import FCM, {FCMEvent, RemoteNotificationResult, WillPresentNotificationResult, NotificationType} from 'react-native-fcm'; class App extends Component { componentDidMount() { -- 2.26.2