wix / react-native-notifications

React Native Notifications
MIT License
3.23k stars 763 forks source link

I can't get notifications to open my app #1029

Closed zabojad closed 7 months ago

zabojad commented 7 months ago

I've just setup react-native-notifications in my project and am sending test notifications to my testing android phone from the Firebase console.

My device receives the notification and display them in the notification center but when I press the notification, it doesn't open my app. What did I miss ?

zabojad commented 7 months ago

OK, I've resolved this issue thanks to this: https://github.com/wix/react-native-notifications/issues/939#issuecomment-1478103815

I'm a bit worried by the amount of bugs and problems I run into right from the setup of this lib...