examples
examples copied to clipboard
We need an example that has all three navigation types in one app: Tab, Drawer, Stack
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
Hey @AnatuGreen Did you have a look at this https://github.com/react-navigation/react-navigation/tree/main/example ?
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.