picker icon indicating copy to clipboard operation
picker copied to clipboard

TypeError: Cannot read property 'Picker' of undefined

Open Bilalwarind opened this issue 2 years ago • 2 comments

image

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"

Bilalwarind avatar Dec 09 '23 07:12 Bilalwarind

hey there, I added resolutions in package.json, and it works for me: "resolutions": { "@react-native-picker/picker": "^2.1.0" }

iwalker7 avatar Jan 25 '24 04:01 iwalker7

Any update on this please?

manoharv-dev avatar Apr 23 '24 11:04 manoharv-dev