Posts by marcelo colombo • 1 point
1 post
-
-1
votes1
answer98
viewsQ: I can’t navigate routes of different Stacks with React navigation
I have 3 files of routes. It contains the routes that the user can access without having to be logged in, in my case only the signin screen. import React from 'react'; import { createStackNavigator…