Which React Native API allows you to schedule a task to run in the background even when the app is not in the foreground?
-
A
expo-background-fetch or react-native-background-fetch
-
B
setTimeout with a long delay
-
C
AppState combined with AsyncStorage
-
D
react-native's built-in BackgroundTask module