You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if its possible to have the bottom tabs navigator always visible even when screens from the drawer are navigated to?
My setup is
Drawer.Navigator
Tab.Navigator
home = Stack.Navigator
profile = Stack.Navigator
home = Stack.Screen
avatar = Stack.Screen
settings = Stack.Navigator
cart = Stack.Navigator
Also it seems from a custom drawer component one can not use <Link to="/home/profile"> to navigate to this screen. It errors our with a "no navigation object available".
The text was updated successfully, but these errors were encountered:
I wonder if its possible to have the bottom tabs navigator always visible even when screens from the drawer are navigated to?
My setup is
Also it seems from a custom drawer component one can not use
<Link to="/home/profile">
to navigate to this screen. It errors our with a "no navigation object available".The text was updated successfully, but these errors were encountered: