React native – Why isn't a background notification task running when a notification comes in? Expo-notifications
I am building a react native Android/IOS app using Expo and I need to have a scheduled notification come in and run some code regardless of whether the app is in the foreground or background. I currently have this background…