evollu / react-native-fcm

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

Android when app is closed pressing banner is not detected in app #911

Closed vvusts closed 6 years ago

vvusts commented 6 years ago

"react": "16.0.0-alpha.12", "react-native": "0.52.1", "react-native-fcm": "^14.1.3" Application is closed and phone is locked (unlocked behave same)

On ios when app is closed and when I press notification banner it work fine so no issues on ios. On android (v7) everything works but when app is closed and when press on banner nothing work on android phone.

Pressing on banner is not detected. Any idea?