Say I\'ve navigated through 4 screens in my StackNavigator App and now I want to go back to the first screen. There seems to be three different ways to do this and they do n
You can do this by using the popToTop method from the Navigation prop. Also, if you are using redux, you should update your Redux integration.
popToTop
Hope this helps!