when my IOS app is on the background and the user clicks the pushNotification the notificationOpened never triggers what event should I use when the app is on the background?
I know when the app needs to launch I should use NotificationsIOS.getInitialNotification() but the app now is only on the background so I can't use that one right? Thank you for your help
when my IOS app is on the background and the user clicks the pushNotification the
notificationOpenednever triggers what event should I use when the app is on the background?
I know when the app needs to launch I should useNotificationsIOS.getInitialNotification()but the app now is only on the background so I can't use that one right? Thank you for your help
I also faced this!!!
I also faced this!
same problem.
react-native-notifications: master
react-native: 0.61.5
confirmed working on v3 beta
@alexichristakis Sorry I try the v3 beta, however, the problem still exist on Ios
The same problem, still not working with react-native: 0.61.5
Same problem on Android device
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
The issue has been closed for inactivity.
I've moved to react-native-firebase. very straightforward, works from the box, while with this library I had many issues with installation, setup and features.