Problem Statement
Which command installs React Navigation in a React Native project?
Explanation
React Navigation version 5 and above is installed with @react-navigation/native as the core package.
You must also install required peer dependencies like react-native-screens and react-native-safe-area-context to make it work.