npm react-native-screens code example
Example 1: install react native navigation
npm install @react-navigation/stack
npm install @react-navigation/native --save
Example 2: react-native-screens
yarn add react-native-screens
npm install @react-navigation/stack
npm install @react-navigation/native --save
yarn add react-native-screens