Documentation Index
Fetch the complete documentation index at: https://mintlify.com/expo/expo/llms.txt
Use this file to discover all available pages before exploring further.
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
registerTaskAsync(taskName, options)
(taskName: string, options?: BackgroundTaskOptions) => Promise<void>
Registers background task
Unregisters background task
Platform Support
| Platform | Supported |
|---|---|
| iOS | ✅ |
| Android | ✅ |
| Web | ❌ |