rn-kill
v0.2.0
Published
test
Downloads
3
Readme
rn-kill :bomb:
Exit / Close / Kill / shutdown your react native app. Does not invoke a crash notification.
Installation
npm install rn-kill
Usage
import RNKill from 'rn-kill';
// ...
RNKill.exitApp();
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