Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

ANDROID, createTriggerNotification randomly executed. #1283

Description

@dann1609

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions