pushiomanager-react-native
pushiomanager-react-native copied to clipboard
Notification Handling
I have implemented the notifications on iOS and Android. I get the notification in device.
Now when I click on notification I am not getting any event from which we can move on particular screen or we need to perform some task on that.
I have tried with onNotificationOpenedApp() and getInitialNotification() which is firebase/messaging method but it is not called when I click on notification.
Can anyone please let me know which method is used for the same?
Thanks in advance
Hi what did you use to perform this event? When user tap the notification move to particular screen? Thanks