Open MSetnik opened 1 year ago
Is this a remote notification or a locally generated one that was scheduled?
Pressing remote notifications opens the app on Android for me, but not local notifications
"react-native": "0.71.8", "react-native-notifications": "^5.0.0"
In my case is other way around. Local notification works as expected (app opens on notification press) but remote notif not working
In my case is other way around. Local notification works as expected (app opens on notification press) but remote notif not working
What I'm doing to get around this right now, since I don't have time, is using @notifee/react-native for local notifications and react-native-notifications for remote. from the docs, it appears notifee works with FCM https://notifee.app/react-native/docs/integrations/fcm so you might try that.
Where is the remote notification sent from? What's setting up display of the notification? In general, it's unclear if the notification is within the scope of this library, the push notification and the code to display it aren't necessarily in this library.
Here's a solution that worked for me: https://github.com/wix/react-native-notifications/issues/939#issuecomment-1502088609
Hey Pls find this solution https://github.com/wix/react-native-notifications/issues/939#issuecomment-1502088609
Like the title says,
Notification press not opening the app when app is in kill state. I have followed the documentation and checked it 3 times but it still doesnt work.
"react-native": "0.66.0", "react-native-notifications": "^5.0.0"