UNPKG

react-native-bg-actions

Version:

React Native background service library for running background tasks forever in Android & iOS

8 lines (4 loc) 240 B
import { NativeEventEmitter, NativeModules } from 'react-native'; const { RNBackgroundActions } = NativeModules; const nativeEventEmitter = new NativeEventEmitter(RNBackgroundActions); export { RNBackgroundActions, nativeEventEmitter };