danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
193 stars 90 forks source link

Issue introduced with version 2.0.0 #100

Open JohnGoodman opened 8 months ago

JohnGoodman commented 8 months ago

After upgrading to version 2.0.0, I'm getting this error:

Error - Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.

I didn't change any code but that error showed up. I tested various things in my code and nothing seemed to fix it. I downgraded to version 1.0.23 and the select field works again.