Skip to content

Files

Latest commit

a64603d · Nov 5, 2024

History

History
This branch is 1608 commits behind expo/expo:main.

expo-task-manager

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 5, 2024
Nov 5, 2024
Aug 7, 2024
Oct 25, 2022
Nov 5, 2024
Aug 22, 2019
Sep 24, 2024
Nov 5, 2024
Jun 27, 2024
Jan 22, 2021
Dec 13, 2018
Sep 26, 2023
Nov 5, 2024
Sep 24, 2024

expo-task-manager

Expo universal module for TaskManager API.

API documentation

Installation

For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.

Installation in bare React Native projects

For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.

Add the package to your npm dependencies

npx expo install expo-task-manager

Configure for Android

No additional set up necessary.

Configure for iOS

Run npx pod-install after installing the npm package.

To use TaskManager API in standalone, detached and bare apps on iOS, your app has to include background mode in the Info.plist file. See background tasks configuration guide for more details.

Contributing

Contributions are welcome! Please refer to the guidelines described in the contributing guide.