React native local notifications
问题 I am new to React Native and need to implement a functionality where the app needs to send the user a notification every day at a certain time. The data to be shown for each day is stored in a json file on the client side and will not change. The notifications are on a schedule. Given that I was hoping there could be a way to just trigger a notification from the app itself. Does anyone know of a way to achieve this without having to detach the app from expo? I can't use 'react-native-push