UNPKG

react-native-activity-android

Version:

Provides a method to pause Android app (Activity.moveTaskToBack), as well as lifecycle hooks when app is paused and resumed.

7 lines (6 loc) 184 B
const warn = () => console.warn('ActivityAndroid is not supported on iOS'); module.exports = () => ({ moveTaskToBack: warn, addEventListener: warn, removeEventListener: warn });