wix / react-native-notifications

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

Application does not trigger registerNotificationOpened when it is closed, only when it is in the background. #1028

Open karleoncristophe opened 8 months ago

karleoncristophe commented 8 months ago

The registerNotificationOpened function is not called when the application is closed, so no navigation logic works within this function, but if the application is open and in the background, it will work. Any solution to the problem with the function triggering when the app is closed?

rodrigogaraujo commented 1 month ago

+1

matthewWatson571 commented 5 days ago

Also facing this issue