react-native-component / react-native-smart-splash-screen

A smart splash screen for React Native apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pressing Android back button problem

zengadget opened this issue · comments

If I press Android hardware back button in my app the app properly exits, but when I reopen it (without killing it) it shows again splash screen... and it looks like app is hanged on splash screen. I guess back button causes for some reason splash screen to reappear and when app is opened next time it hangs on splash screen.

It doesn't help even if I use BackHandler.exitApp() to exit the app. Same issue persist. Any ideas how to fix?

Same issue with me