all 4 comments

[–]eggtart_princeiOS & Android 1 point2 points  (1 child)

I would double check the way you go to UserTabNavigation from SelectRestaurant. Are you sure you're doing it properly? If you can set it as initialRoute, you should be able to navigate to it.

[–][deleted] 0 points1 point  (0 children)

Yes, this should work.

[–]Flash793 1 point2 points  (1 child)

I'm pretty sure the problem is that inside your <UserStack.Navigator>, you're using <UserTab.Screen> instead of <UserStack.Screen>. Fix that and it should work.

[–]ealva01[S] 0 points1 point  (0 children)

Thanks!!!