react-native-push-notification icon indicating copy to clipboard operation
react-native-push-notification copied to clipboard

Question) How can I schedule the alarm for each day of the week?

Open Yummy-sk opened this issue 3 years ago • 1 comments

Question

Hello, I would like to create an alarm app using react-native-push-notification.

Currently, I think it is possible to use addnotificationRequest to notify you about a specific day, but I am wondering how to schedule for a specific day.

For example, if a user has set up an alarm to go off on Monday, Tuesday, Thursday, Sunday, I wonder how to schedule it using addNotificationRequest

Yummy-sk avatar Apr 06 '22 05:04 Yummy-sk

@Yummy-sk I have done something with scheduled notifications, but, is about notification and not with alarm, not sure if it is what you need. reminder local

Code is here: https://github.com/diegobugs/quoteapp/blob/develop/src/screens/AddReminderScreen/AddReminderScreen.tsx

diegobugs avatar Apr 06 '22 14:04 diegobugs

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Apr 07 '23 00:04 github-actions[bot]