picker
picker copied to clipboard
i keep getting this peer dependency ERR , is there a way to fix this ?
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"18.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"16 || 17" from @react-native-picker/[email protected]
npm ERR! node_modules/@react-native-picker/picker
npm ERR! @react-native-picker/picker@"2.4.2" from the root project
I'm also facing this exact issue and haven't found a solution yet.
Same here