zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.73k stars 2.05k forks source link

Notification List Not Shows in Andorid 13 #2348

Closed ThushalMadu closed 1 year ago

ThushalMadu commented 1 year ago

Here as for the Screenshot in my mobile application Notification shows, All Notification is on one top notification. To see the previous notifications I want to slide and remove the latest notification. As for the Screenshot I want to see a List of notifications(Like Youtube) without each other. This only happens in android 13. Is there any way to fix this thing?

screenshot-1676309314213

ThushalMadu commented 1 year ago

I just fix this issue by change

groupSummary: true

to

groupSummary: false