Closed mars-lan closed 3 years ago
@mars-lan oh, is that since the latest update? I'll take a look into this ASAP, thanks for bringing it to our attention.
@helenaford Reproduciable on both 1.9.2 & 1.10.0.
@mars-lan thanks for confirming. I can see the issue and will publish a release shortly.
@mars-lan should be fixed now (release 1.10.1) 🙏 Release notes will be live soon (https://notifee.app/react-native/docs/release-notes)
Thanks for the quick fix!
Based on the name & documentation, I assume the function only cancles displayed/delivered notifications. But it seems that on Android it also cancels all scheduled (but not yet triggered) notifications. Here is an example that demostrates the bug. By commenting out the
cancelDisplayedNotifications
line the notification will fire as expected after 3s.