evollu / react-native-fcm

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

Notification not receive when app is open #1058

Open loverdeveloper opened 5 years ago

loverdeveloper commented 5 years ago

My Device is LG V10 When i close app notifications are receive without any problem But!, Not received when app is open!

bastolaxantos commented 5 years ago

Either you need to enable show_in_foreground or you need to present local notification by yourself.

12ahsanali34 commented 5 years ago

i am sending show_in_foreground: true but it's still not working