I need the notifications created with scheduleLocalNotificationAsync to be persistent after phone reboot.
Given this post in StackOverflow: https://stackoverflow.com/questions/16534122/how-to-create-persistent-alarms-even-after-rebooting it seems it's possible using BroadcastReceiver. Maybe it's possible to implement this on Expo.