0

I am using react-native-notifications. I am getting push notifications perfectly but the issue is when the app is in the foreground and received push notifications. I clicked on the notification, the app reloads instead of resuming and the app is in the foreground all this time. It happens for every single push notification.

The event handler on click of push notification is being called and app reloads. I am just doing console in the handler.

Notifications.events().registerNotificationOpened()

Tried singleTop, singleTask, or singleInstance in manifest file. no luck

0 Answers0