react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.45k stars 273 forks source link

TypeError: Cannot read property 'Picker' of undefined #537

Open Bilalwarind opened 7 months ago

Bilalwarind commented 7 months ago
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"

iwalker7 commented 5 months ago

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

manohar-nyros commented 2 months ago

Any update on this please?