Android: "onNotification" is not executed when the application is closed and the notification is clicked

I am using on-on-pushnotification. here is the link of the module https://github.com/zo0r/react-native-push-notification in ios notifications work fine when in the background and foreground too, but in the foreground Android it works fine, but in the background I I received a notification when I click on this notification application, getting a reboot and not showing any warning in android,

  • On iOS, these features work fine. But in android, I ran into this problem.

Can anyone give me some suggestion that how to resolve it, any help is greatly appreciated.

+6
source share

All Articles