evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 679 forks source link

Notification is received but doesn't show up push notification message both when the app in background and foreground both in android and ios #334

Closed ghost closed 7 years ago

ghost commented 7 years ago

Notification is received but doesn't show up push notification message both when the app in background and foreground both in android and ios. What I mean is I'm not getting the notification message like the one showed in the following link, but the notification event FCM.on(FCMEvent.Notification, async (notif) is called. Why is that? I'm I missing something?

http://docs.urbanairship.com/_images/default-factory-notification1.png

React-Native: 0.41.2 React: 15.4.1

ghost commented 7 years ago

sorry, ignore it. I misunderstood. I didn't even call presentLocalNotification.