react-native-background-checker

Getting started

$ npm install react-native-background-checker --save

Mostly automatic installation

$ react-native link react-native-background-checker

Usage

import BackgroundChecker from 'react-native-background-checker';

// TODO: What to do with the module?
BackgroundChecker;