UNPKG

expo-task-manager

Version:

Expo module that provides support for tasks that can run in the background.

11 lines 249 B
export default { get EVENT_NAME() { return 'TaskManager.executeTask'; }, addListener() { }, removeListeners() { }, async isAvailableAsync() { return false; }, }; //# sourceMappingURL=ExpoTaskManager.web.js.map