react-navigation npm code example

Example 1: install react native navigation stack

npm install react-navigation-stack @react-native-community/masked-view react-native-safe-area-context

Example 2: react navigation install

expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
Copy

Example 3: react navigation stack

npm install @react-navigation/native
npm install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install @react-navigation/stack

Example 4: react navigation

#expo managed project
npm install @react-navigation/native
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view