We need an example that has all three navigation types in one app: Tab, Drawer, Stack
AnatuGreen opened this issue · 2 comments
AnatuGreen commented
We need an example that has all three navigation types in one app:
- Stack Navigation,
- Drawer navigation
- Tab Navigation.
My research shows that although this is the way most apps are built today, there is no concrete information or template on how to do this easily.
If anyone wants to build this with me, please reach out : Twitter: @AnatuGreen
flexbox commented
Hey @AnatuGreen
Did you have a look at this https://github.com/react-navigation/react-navigation/tree/main/example ?
AnatuGreen commented
Hey @AnatuGreen Did you have a look at this https://github.com/react-navigation/react-navigation/tree/main/example ?
Yea I saw that. I mean a more simplified version. Something that has just the three main navigations I mentioned earlier.