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.
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.