I'm making a reminder app in react native and i'm at the point where i want an alarm (just normal alarm on the phone) When im search on google for this, I just see that people suggest calendar events https://www.npmjs.com/package/react-native-add-calendar-event. I just want a simple alarm that the user can set and then it beeps or making a sound right when its time. I did find DateTimePicker but there is no documentation on how to make set the sound or make it an alarm.
this is what i have now https://github.com/react-native-community/react-native-datetimepicker
Is it even possible to access the alarm on the phone via my app?
What should i do or what is the best solution for an app like this?