Last updated
Last updated
Navigation is used in your native app to naviage users between different screens. Most Apps will have multiple screens and this template handles navigation by using .
Read the detailed before implementing navigations between your screens.
The template comes with an example navigation implementation which you can find in src/Navigations/index.tsx
Referred above is the main navigations for the template. You can customize the navigations based on your needs. If your app contains a logged in state you might also need to implement two different navigations based on the user state and conditionally render the navigation at src/App.tsx
like this :