Skip to content

Releases: logicwind/react-native-exit-app

v0.2.0

05 Sep 11:13
b805e7f

Choose a tag to compare

What's new

  • Android: Reference currentActivity in exitApp method to prevent crashes when exiting the app. (#5)

v0.1.0

03 Jun 13:01
38a2bf3

Choose a tag to compare

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()