@kangfenmao/react-native-minimizer
v1.0.4
Published
Minimize or redirect back to previous APP, works on Android And iOS.
Downloads
190
Readme
@kangfenmao/react-native-minimizer
Minimize or redirect back to previous APP, works on Android And iOS.
Installation
npm install @kangfenmao/react-native-minimizerUsage
import Minimizer from '@kangfenmao/react-native-minimizer';
// Put the APP in the background.
Minimizer.minimize()
// Exit the APP
Minimizer.exit()
// Return to the previous APP.
Minimizer.goBack()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
