Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 374 Bytes

File metadata and controls

10 lines (7 loc) · 374 Bytes

0.2.0

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

0.1.0

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