[How To] Have 4 bottom tabs with drawer on one tab #499
Unanswered
launchthatbrand
asked this question in
Q&A
Replies: 1 comment
-
You have to create your Tabs and in the Screen of the second tab make a layout with the Drawer.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a repo I'm building with bottom tabs set up. Now I want to add a drawer nav on ONE of the tabs (the second tab).
https://github.com/launchthatbrand/t3-turbo-and-clerk/tree/solito-tw
Does anyone have a working example for how to use tabs and drawer together?
I just found this:
https://github.com/Jeroen-G/expo-router-repro/tree/master/app
but not sure if using Links in Drawer is the correct way rather than using <Drawer.Screen
also @EvanBacon can you clarify why there are 2 sections fo the documentation for Drawer?
https://expo.github.io/router/docs/migration/react-navigation/drawer-navigator/
and
https://expo.github.io/router/docs/migration/react-navigation/drawer/
Beta Was this translation helpful? Give feedback.
All reactions