In this section, we will play with a native solution for navigation. React Native Navigation is a wrapper on the native navigation for Android and iOS.
Our goal is to recreate what we have achieved in the previous section, but with React Navigation.
In this section, we will play with a native solution for navigation. React Native Navigation is a wrapper on the native navigation for Android and iOS.
Our goal is to recreate what we have achieved in the previous section, but with React Navigation.
One of the biggest challenges you may face in this section is setting up the library. Please follow the most up-to-date installation instructions. Take your time—it may take over 8 hours if you are not familiar with the tools and ecosystem.
Follow the installation instructions at the following link: https://github.com/wix/react-native-navigation.