React Navigation Preventing Going back to loading screen, reset not working

后端 未结 4 634
無奈伤痛
無奈伤痛 2021-01-21 13:32

I have a React Native application which I have implemented. Currently the app opens up on a loading screen which after mounting checks the firebase.auth().onAuthStateChang

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-21 14:01

    use a switch navigator until the user logs in(loading and login page ) successsfully after that use a stack navigator(user homepage and otherpages which follow).

    switchNavigator(loading, login, stackNavigator)
    
    stackNavigator(user homepage,....)
    

提交回复
热议问题