Open chaitanya71998 opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
I'm also having this issue. I don't know if some code somewhere is causing issues with the library, but aside from the events having been triggered a few times in the past, I can't get them to trigger again, I guess we are the minority? We have probably done something to interfere with the library 🤔
I'm experiencing something similar with version 5.1.0 when I'm trying to handle the notifications in the foreground for Android. For iOS seems fine and the event is triggered
I don't know if this problem exists for you or not, but I added android.permission.SYSTEM_ALERT_WINDOW and it's gone.
Hi
I was integrating react-native-notifications package to react native app. With ios it is working absolutely superb. But for android this not working completely. apart from
registerRemoteNotificationsRegistered
remaining events are not at all getting triggered.I have followed the steps in the installation docs as it : https://wix.github.io/react-native-notifications/docs/installation-android version:
"react-native-notifications": "^4.3.5",