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.74k stars 497 forks source link

I get the following error when trying to open the picker select on android and ios, what could be causing this? I already did pod install on Ios and I still can't see anything #452

Open vladimendoza opened 3 years ago

vladimendoza commented 3 years ago
Captura de Pantalla 2021-07-07 a la(s) 12 10 04 p  m
chepicov commented 3 years ago

@Bladymendoza97 try to install @react-native-picker/picker https://github.com/react-native-picker/picker it worked for me

luciancic commented 3 years ago

Got this error too. It'd be good to get an error from npm like "missing peer dependency @react-native-picker/picker"