0.0.1 • Published 1 year ago

jasonfulldev-react-native-begin-background-task v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@alexandersandberg/react-native-begin-background-task

⚠️ Note: This only works on iOS and will be ignored on other platforms.

Installation

npm i @alexandersandberg/react-native-begin-background-task

then...

npx pod-install

Usage

import { beginBackgroundTask, endBackgroundTask } from '@alexandersandberg/react-native-begin-background-task';

// ...

const backgroundTaskId = await beginBackgroundTask();

// Your task that you want to keep running if the app goes to the background...

await endBackgroundTask(backgroundTaskId)