- Android: Reference
currentActivityinexitAppmethod to prevent crashes when exiting the app. (#5)
- Initial release of
react-native-exit-app - Support for exiting the app on Android using
System.exit(0) - iOS support using
exit(0) - Simple JavaScript API to call
exitApp()