
Before we combine navigators, lets walk-through the various navigators react-navigation offers. Navigators help in defining the structure of the navigation of an app. Yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context of Navigators Npm install react-native-reanimated react-native-gesture-handler react-native-screens yarn Expo is a framework for building and testing React native applications quickly. To follow along with this tutorial you should have:īefore we install react-navigation we will need an existing react native project so let’s get started by creating a react native project with Expo.


New Theming API: The theming API of React Navigation was a complete revamp of the previous version and saw the introduction of features such as dark mode, and also customization of other built-in components.React navigation v5 saw the introduction of custom hooks for common use cases. It also allows you to create other custom hooks which abstract component logic into reusable functions.

