React-native-notifications: Scheduled Notification in Android Local Notification

Created on 14 Sep 2019  路  18Comments  路  Source: wix/react-native-notifications

Hello, Is scheduled notification not supported in android ? I've tried fireDate property but it's not working. Can you advise ?

Thanks,

馃彋 stale

Most helpful comment

Renewing the stale message because I believe this issue should be given attention by a moderator of this repo.

It is very important that all platforms be given feature parity wherever possible. The ability to schedule notifications without a remote service managing them is core to many applications. At the very least the documentation of this repo should reflect that this feature is missing.

All 18 comments

I find the documentation to be a bit unclear regarding this. But, based on other issues it appears to be unsupported. #209, #127.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

so does the scheduled notification work? i know react-native-push-notification works, but it is poorly maintained i have to find some one's fork to get everything work properly. if this libaray works that would be perfect.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

fireDate is still an iOS-only variable and the Android NotificationManager has no built in scheduling behavior, so any logic that would be needed to make this work would need to be in the native Package. https://github.com/wix/react-native-notifications/search?q=fireDate&unscoped_q=fireDate

If this is not work that will be done soon, the readme should be updated to express that scheduled local notifications are not possible on android to avoid repeat issues like this in the future.

Also waiting on this, any estimate?

If this is the only feature you want and are willing to make a switch, other push-notification repos have this feature:
https://github.com/zo0r/react-native-push-notification

Are there any plans for this feature for those who want to decide which library to use ?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Renewing the stale message because I believe this issue should be given attention by a moderator of this repo.

It is very important that all platforms be given feature parity wherever possible. The ability to schedule notifications without a remote service managing them is core to many applications. At the very least the documentation of this repo should reflect that this feature is missing.

Interested too !

Here same. Very needed feature

so there is a clear need for it, anybody listening?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

This needs to come to android too!

Switch to flutter ;) flutter_local_notifications is awesome.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

The issue has been closed for inactivity.

Was this page helpful?
0 / 5 - 0 ratings