When multiple notifications are received by standalone app Android groups them together.
See attached screenshot. When tapping the group the app is open but the notifications are not handled and dismissed.
The listener added Notifications.addListener(this.handleNotification); is not fired in this case.
In contrast, when there’s only one notification (or the group is expanded and just one notification is tapped) the listener is triggered after the app is open and the notification is dismissed.
Can you add the functionality of handling a group of notifications with expo and react native?
Regards,
Mihai