Some APP-related tools, such as exit the APP, restart the APP.
yarn add react-native-app-utils@https://github.com/beansmile/react-native-app-utils.gitimport AppUtils from 'react-native-app-utils';
AppUtils.exitApp();
AppUtils.restartApp();MIT
Made with create-react-native-library