react-native-exit0deprecated

Exit, close, kill, shutdown app completely for React Native on iOS and Android.

Usage no npm install needed!

<script type="module">
  import reactNativeExit0 from 'https://cdn.skypack.dev/react-native-exit0';
</script>

README

react-native-exit0

Exit / Close / Kill / shutdown your react native app. Does not invoke a crash notification.

Setup

npm install react-native-exit0 --save
react-native link react-native-exit0

Usage

import RNExitApp from 'react-native-exit0';
...
RNExitApp.exitApp();
...