⚠️ Note: This only works on iOS and will be ignored on other platforms.
npm i @alexandersandberg/react-native-begin-background-taskthen...
npx pod-installimport { beginBackgroundTask, endBackgroundTask } from '@alexandersandberg/react-native-begin-background-task';
// ...
const backgroundTaskId = await beginBackgroundTask();
// Your task that you want to keep running if the app goes to the background...
await endBackgroundTask(backgroundTaskId)