-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
Description
Trying the command createTriggerNotification() on android have a different behaviour than expected. I tried 7 times and then only 1 or 2 notifications was triggered. I check listing all the notifications and looks like not all was added. On ios it works well addind each notification and listing it.
Versions
"react": "19.2.0",
"react-native": "0.83.1",
"@notifee/react-native": "^9.1.8",
Expected vs Current behaviour
Expected
Properly add each notification get the complete list when getTriggerNotificationIds() is called and properly trigger on the device IOS/Android.
Current
Ios working well, On android it is added randomly, so just a few ones are listed when getTriggerNotificationIds() is called and just these ones are triggered properly on android device.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels