picker
picker copied to clipboard
TypeError: Cannot read property 'Picker' of undefined
I recently upgraded my React Native version from 0.64.0 to 0.72.7, and I'm encountering an error: TypeError: Cannot read property 'Picker' of undefined. How can I resolve this issue? I am using "@react-native-picker/picker": "^2.6.1"
hey there,
I added resolutions in package.json, and it works for me:
"resolutions": { "@react-native-picker/picker": "^2.1.0" }
Any update on this please?