Closed zeeshan-shabbir closed 2 years ago
I have made some changes, Could you try v"1.13.0" and tell me you still facing the same issue
I tried to find the issue ,I found dropdown delay only when i am changing state only.
delaying the app ,
<SelectDropdown data={Items} onSelect={(selectedItem, index) => { if(onvalueChange=='null')return null onvalueChange(selectedItem) }} />
run smoothly
<SelectDropdown data={Items} onSelect={(selectedItem, index) => { //do nothing run fine. }} />
I have made some changes, Could you try v"1.13.0" and tell me you still facing the same issue
ok I will upgrade version and inform you.
I am using "react-native-select-dropdown": "^1.11.0", when i clicked on drop down item it freeze/hang for some time then select item . i am attaching gif of behavior