I'm creating my first app in react native and would like users to receive a notification based on a date they set within the app.
I would like the app to send the notifications even when the app isn't open.
My question is, should i use push notifications or local notifications for this? Any advice would be helpful
I'm yet to implement a solution because i'm new to mobile development