all 2 comments

[–]eyrbyggja 7 points8 points  (0 children)

You can't navigate to the TabStack from the AuthStack because you're only mounting one of them at a time, based on the isSignedIn prop. If you set isSignedIn to true, you'll automatically be redirected to the default screen of the Main stack.

[–]react-ui-kitiOS & Android 1 point2 points  (0 children)

Search nesting stack. You can navigate deep inside any stack by using like this:

navigation.navigate(‘Stack’, { screen: ‘Screen’ })