Replies: 1 comment
-
I got this working on my project, although it's a little fiddly. If we look at Expo Router's implementation of bottom-tabs, we can see it does two things:
For React Navigation's MaterialTopTabs, we can quite easily do the 1st part but the 2nd is a bit harder. This is because the things we need to override aren't exposed as props, so you'll need to copy some files across just to change a few props. However, the second part is only really needed if you need to support anchor tags under |
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
-
Hello, sorry for the stupid question, but I would like to know how to place topTabs with expo router, since I can only place bottomTabs.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions