Eric Andrews

Results 8 comments of Eric Andrews

This would be a great addition! I'm using scheduled local notifications and would love to be able to have my foreground-state app be aware of when a notification was delivered....

This project was originally written with v4 and converting it to v5 is going to take a considerable amount of time. This may need to be done at some point,...

Yes, thanks @raajnadar. I had looked at this, but wasn't sure how well it would work due to some of the breaking changes. I'll try it and report back.

Hmmm... I'm having the same problem as @renanbronchart where iOS local notifications are fine but Android builds (SDK 31) are not showing notifications. I can alter and view scheduled notifications,...

My code is running with SDK 34 and RN 0.74. One of the only differences I see in my code is that instead of: `alarmManager: true,` I have: `alarmManager: {...

If notifications are delayed on Android, in my experience, it's almost always due to energy saving measures. I direct people to [https://dontkillmyapp.com](url) to help them figure out how to prevent...

I'm thinking that you probably got this working by now but, for anyone else having this issue, the documentation for iOS states: `The sound must be in the Library/Sounds folder...