react-native-move-to-background
v0.1.1
Published
React native action to move app to background
Downloads
32
Readme
react-native-move-to-background
React native action to move app to background
Installation
npm install react-native-move-to-background
Usage
import { moveToBackground } from 'react-native-move-to-background';
// call the function
moveToBackground();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library