In this article, we will demonstrate how to use Stack Navigation, Tag Navigation and Drawer Navigation combined. We will use Expo CLI to create React Native Application.
First of all, you need to install the following dependencies in your project.
Table of Contents
React Native Navigation Packages
yarn add @react-navigation/native
expo install react-native-screens react-native-safe-area-context
Stack Navigation Package
yarn add @react-navigation/native-stack
Bottom Tab Navigation Package
yarn add @react-navigation/bottom-tabs
Drawer Navigation Packages
yarn add @react-navigation/drawer
expo install react-native-gesture-handler react-native-reanimated