shubhnik / redux-react-navigation-demos

React-Native + Redux + Redux-Persist + React Navigation ( Authentication Flow with Redux demos)
152 stars 55 forks source link

SplashScreen during LoginScreen to MainScreen transition. #5

Closed HelmerBarcos closed 6 years ago

HelmerBarcos commented 6 years ago

hi! in my code, after the user successfully log in apears the mainSreen, but if the user close the App and then open it again, comes for a few miliseconds the LoginScreen. do you know how to correct that problem?

kind Regards

Helmer

shubhnik commented 6 years ago

You have to display some other screen(eg splashscreen) while the app looks for whether the person is logged in. I am displaying a simple Loading... text in the demo. You can display some screen instead of that loading... text.