react-native-push-notification
react-native-push-notification copied to clipboard
How to stack or group notifications?
Question
When I receive many push notifications I want to create it to be 1 group like WhatsApp (like red circle in image below).

Did you try add
{
group: 'nome_of_the_group',
groupSummary: true
}
in your localnotification settings?
Is this working for you? I still don't see the notifications getting stacked