React Native – Navigation Dependencies Integration Error
I created a new React Native Project—Cli and installed these npm packages: npm install @react-navigation/native, npm install @react-navigation/stack, and npm install @react-navigation/elements. My project is running perfect but when I install npm install react-native-gesture-handler and run my project using npx…