Is there a way to completely shutdown/kill an Expo app as soon as it gets exited by the user(To the background) so when he opens it the next time it opens from the start?
I know there is BackHandler.exitApp() but that just exits the app and doesn’t close it completely so that’s not what i need.