I need to cancel a scheduled notification sent from my backend server with the expo-server-sdk-node, because it’s a reminder notification about a scheduled appointment that can be canceled by the appointment’s service provider, but the expo-server-sdk-node doesn't have any function to delete a notification.
I also thought about checking if the appointment is not canceled before alerting the user, but expo does not have a event to handle notifications received in background.
Is there any workaround I can do without ejecting my app? Thanks!!