How to group Local Notifications

Hi everyone,

I am implementing local notifications in one of my app .I am able to get the local notification but the thing is when I am trying to get multiple notifications in the notification bar it is getting overriden by the
the new notification that means the previous notification is replaced by the present one .Can you guys help me in sorting this .

this.localNotifications.schedule([{
id: 1,
text: ‘Multi ILocalNotification 1’,
data: “Hii” } ])

the above is the code I have used

Are you changing the id ?

Yes I am changing the ID

Have you tried to add an array of notifications ?