Notifications group on android are not handled by listener

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all): Android

When multiple notifications are received by standalone app Android groups them together. Example:

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.

Is there a way to handle a group of notifications with expo and react native?

Regards,
Mihai

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.