Minimize or redirect back to previous APP, works on Android And iOS.
npm install @kangfenmao/react-native-minimizerMinimize or redirect back to previous APP, works on Android And iOS.
``sh`
npm install @kangfenmao/react-native-minimizer
`js
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()
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library