b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
98 stars 86 forks source link

How to get extra data from notification when any notification is clicked in notification tray? #61

Closed Ahmdrza closed 3 years ago

Ahmdrza commented 3 years ago

I want to navigate to a specific screen on click but opening the app via notification doesn't return anything. It just opens the app.

vizet commented 3 years ago

Any updates?

Humni commented 3 years ago

@vlad-dewitt @Ahmdrza on what platform are you having this issue on? There is an open PR which is currently being tested which fixes the notification data for Android https://github.com/b8ne/react-native-pusher-push-notifications/pull/51

Humni commented 3 years ago

Resolved by #55