Open mjaggard opened 5 months ago
We are also facing simlar issue Dropdown Component not found
And it same with MultiSelectComponent and SelectCountryComponent Looking for a fix
same here
you did find any solution @mjaggard ?
@LucasHimelfarb I gave up on using a dropdown and used a scrollable list instead.
@mjaggard check this library: https://github.com/MobileReality/react-native-select-pro
I faced the same issue with version 2.12.2 and 2.12.1. After I downgraded to version 2.12.0 the issue seemed to be no longer created. @mjaggard @LucasHimelfarb @amarnyayapati
I get the error
TypeError: Cannot read property 'Dropdown' of undefined
when I attempt to use Dropdown for a single selection drop down exactly as described in the docs (I copied and pasted with the exception of adding a type parameter foruseState
, changing the name of the component and removingAntDesign
because I don't use that)