React Native Navigation Package Installation:-
May 29, 2021
1. Install React Navigation
npm install react-navigation
or
yarn add react-navigation
2. Install Dependencies
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
3. Install React Navigation Stack
npm install react-navigation-stack @react-native-community/masked-view
or
yarn add react-navigation-stack @react-native-community/masked-view
4. Start the app and clear cache with expo r -c