hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
980 stars 173 forks source link

first example is not working on ios simulator #179

Open alainib opened 1 year ago

alainib commented 1 year ago

hello

i just tried the first example

the dropdown is showed, list open on click but i cannot select any item and cannot scroll to

 onChange={item => {
          console.log(item);  /////  don't log
          setValue(item.value);
          setIsFocus(false);
        }}
alainib commented 1 year ago

this work on iphone 14 but not on old simulator, like iphone SE ( third gen ) or iphone 8

perfect-parabola commented 1 month ago

Same issue How did you handle it?