0

When I exit from apps using BackHandler.exitApp() then I exit from apps successfully. But again I am trying to open apps without forcibly close then apps doesn't open from splash screen it is opening from last exit page. Every time I am closing apps forcibly. This problem also happening in APK.

How to solve this problem?

  • Possible duplicate of [How do I exit/shut down a React Native app?](https://stackoverflow.com/questions/34801664/how-do-i-exit-shut-down-a-react-native-app) – Victor Jan 02 '19 at 10:29

1 Answers1

0

for now react-native doesn't provide any function to exit the app completely but your native android has the capability to do the complete termination. Use the wrapper for react native

here https://www.npmjs.com/package/react-native-exit-app this will solve yor issue i guess

Jigar
  • 1,314
  • 9
  • 19