expo-background-task
Version: 55.0.6 Expo Android and iOS module for Background Task APIs. Execute JavaScript code in the background even when the app is not active.Installation
Usage
API Reference
Methods
(taskName: string, options?: BackgroundTaskOptions) => Promise<void>
Registers background task
(taskName: string) => Promise<void>
Unregisters background task