I am getting the error below:
npm install react-native-image-picker
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react-native-gesture-handler
npm ERR! peer react-native-gesture-handler@"*" from [email protected]
npm ERR! node_modules/react-native-tab-view
npm ERR! react-native-tab-view@"^2.15.2" from [email protected]
npm ERR! node_modules/react-navigation-tabs
npm ERR! react-navigation-tabs@"^2.11.2" from the root project
npm ERR! peer react-native-gesture-handler@">= 1.5.0" from [email protected]
npm ERR! node_modules/react-navigation-stack
npm ERR! react-navigation-stack@"^2.10.4" from the root project
npm ERR! 1 more (the root project)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native-gesture-handler@"^1.0.0" from [email protected]
npm ERR! node_modules/react-navigation-tabs
npm ERR! react-navigation-tabs@"^2.11.2" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react-native-gesture-handler
npm ERR! peer react-native-gesture-handler@"^1.0.0" from [email protected]
npm ERR! node_modules/react-navigation-tabs
npm ERR! react-navigation-tabs@"^2.11.2" from the root project
I tried updating mentioned modules but nothing happened. Still getting the same error.