lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.73k stars 491 forks source link

Okay I found a workaround to fix it. #502

Closed Jewels-Infosystems closed 7 months ago

Jewels-Infosystems commented 1 year ago
          Okay I found a workaround to fix it. 

In my case I was using npm and there is an issue with peer dependencies and React 18 used on newer versions of React Native.

I have re-install the module with this command => npm i react-native-picker-select --legacy-peer-deps

Originally posted by @seb-glanum in https://github.com/lawnstarter/react-native-picker-select/issues/486#issuecomment-1266517797

lfkwtz commented 7 months ago

not sure why this is a separate issue