Releases: logicwind/react-native-exit-app
Releases · logicwind/react-native-exit-app
v0.1.0
What's new:
- 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()