Skip to content

Minimize or redirect back to previous APP, works on Android And iOS.

License

Notifications You must be signed in to change notification settings

kangfenmao/react-native-minimizer

Repository files navigation

@kangfenmao/react-native-minimizer

Minimize or redirect back to previous APP, works on Android And iOS.

Installation

npm install @kangfenmao/react-native-minimizer

Usage

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