Closed zoontek closed 7 years ago
u could disable drawernavigation instead
But I wonder how too (see #384)
I'm running into the same problem. My login flow uses a basic StackNavigation
, and once the user is logged in, the app's main screens are in a TabNavigation
. I'm stuck on how to transition between them. push("tabNavigationUID", Router.getRoute("appMainScreen"))
doesn't work.
Why is this close? Did @zoontek found the solution? I'm having the same issue when using this.props.navigator.replace(Router.getRoute('home))
?
Hello,
I would like to use a
StackNavigation
if the user is not connected, and aDrawerNavigation
if it's the case. I'm not really sure how can I do it properly.When
isConnected
value changes, the navigator is replaced correctly but I also get a warning:Did someone already successed at doing something similar?