UNPKG

expo-task-manager

Version:

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

11 lines (10 loc) 206 B
export default { get EVENT_NAME(): string { return 'TaskManager.executeTask'; }, addListener() {}, removeListeners() {}, async isAvailableAsync(): Promise<boolean> { return false; }, };