Hello everybody
I'm currently developing an application that uses expo for push notifications. This app includes a chat feature that notifies the user of each message. The real problem is that these notifications are not collapsing immediately so the user gets a lot of notifications before android automatically decides to collapse.
Here's what is happening.
[App] John Doe
Hello dude.
[App] John Doe
How are you?
[App] John Doe
Pay me!!!
The expected behaviour
[App] John Doe
Hello dude
How are you?
Pay me!!!