Skip to content

How to: Navigate from drawer and have bottom tabs always visible #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pke opened this issue Jun 17, 2020 · 0 comments
Open

How to: Navigate from drawer and have bottom tabs always visible #1

pke opened this issue Jun 17, 2020 · 0 comments

Comments

@pke
Copy link

pke commented Jun 17, 2020

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant