For example, you can use navigation.navigate to go to the Profile screen:
Read moreWhat is navigation in react JS?
Navigation in React. js. Every popular frontend development framework handles routing in its own way. In a framework like React, where the application is built of various components, navigation typically means displaying certain components based on the URL through conditional rendering .
Read moreHow do I add navigation in React Native?
React Native Navigation: How to Set up Navigation in React Native
Read moreHow many types of navigation in React Native?
React Navigation comes with three built in navigators: StackNavigator, TabNavigator, and DrawerNavigator.
Read moreWhich navigation is best for React Native?
React Native: 3 best Libraries for Navigation and Routing
Read moreWhat is React Native navigation?
What is React Navigation? React Navigation is a standalone library that enables you to implement navigation functionality in a React Native application . React Navigation is written in JavaScript and does not directly use the native navigation APIs on iOS and Android. Rather, it recreates some subset of those APIs.
Read more