Note:This is a fork of react-native-kill-app or react-native-exit-app with latest modules.
Exit / Close / Kill / shutdown your react native app. Does not invoke a crash notification.
npm install rn-kill
import RNKill from 'rn-kill';
// ...
RNKill.exitApp();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library