Question) How can I schedule the alarm for each day of the week?
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
I have done something with scheduled notifications, but, is about notification and not with alarm, not sure if it is what you need.

Code is here: https://github.com/diegobugs/quoteapp/blob/develop/src/screens/AddReminderScreen/AddReminderScreen.tsx
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.