Skip to content

Instantly share code, notes, and snippets.

@billmalarky
Created January 5, 2018 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billmalarky/39c249c6e1be2e6d01e73ddd5c5f4d40 to your computer and use it in GitHub Desktop.
Save billmalarky/39c249c6e1be2e6d01e73ddd5c5f4d40 to your computer and use it in GitHub Desktop.
Easy OS Background Tasks in React Native - componentDidMount() snippet.
componentDidMount() {
BackgroundTask.schedule(); // Schedule the task to run every ~15 min if app is closed.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment