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 React Navigation.
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 :