Resetting the navigation stack for the home screen (React Navigation and React Native)

前端 未结 13 2331
终归单人心
终归单人心 2020-11-29 23:49

I\'ve got a problem with the navigation of React Navigation and React Native. It is about resetting navigation and returning to the home screen.

I\'ve build a StackN

相关标签:
13条回答
  • 2020-11-30 00:24

    In your StackNavigator and DrawerNavigator you have used Home as a key, and i think it has to be unique and that's why its creating the problem. Can you please try replacing Home with Stack inside your DrawerNavigator.

    Hope this will help :)

    0 讨论(0)
提交回复
热议问题