Installing react-navigation 5
yarn add @react-navigation/native
Latest version of react navigation use many third part libraries, we can install them using yarn or npm
yarn add react-native-reanimated react-native-gesture-handler
react-native-screens react-native-safe-area-context
react-native-community/masked-view
Example using navigation 5
For using nested navigator like drawer navigator, tab navigator and stack navigator, you can follow this link:-
https://reactnavigation.org/docs/nesting-navigators/