react-native-element-dropdown icon indicating copy to clipboard operation
react-native-element-dropdown copied to clipboard

first example is not working on ios simulator

Open alainib opened this issue 2 years ago • 2 comments

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 avatar May 03 '23 07:05 alainib

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

alainib avatar May 30 '23 15:05 alainib