Navigation
Navigation is handled with React Navigation, giving you as much flexibility as you need for your app. Out-of-the-box, there are three navigation patterns to get you started:
- 1.Stack (views stack on top of each other with back swipe)
- 2.Bottom nav (bottom nav icon buttons to instantly switch between views)
- 3.
You can find a full working example of the navigation in router.js
There are other stack varieties available if you need them, please refer to the React Navigation documentation for more information.
You can create as many different combinations of stacks with as many views in them as you need. Simply, wrap all the stacks inside a container.
Last modified 3yr ago