Search code examples
androidreact-nativepush-notificationreact-native-navigationandroid-push-notification

React Native - Android Handle click on notification to navigate to specific screen


I used this library https://github.com/zo0r/react-native-push-notification for remote push notification, onNotification method fired only when receive notification, no when tapped notification , i need to handle notification click to open specific screen in my app.


Solution

  • Refer rn-firebase plugin. There are methods available for handling notification tap. Inside that method call you can use the react navigation to navigate to particular screen.

    https://rnfirebase.io/messaging/notifications.