AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
325 stars 142 forks source link

Select dropdown item take too munch time? #50

Closed zeeshan-shabbir closed 2 years ago

zeeshan-shabbir commented 2 years ago

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 ezgif com-gif-maker (1)

AdelRedaa97 commented 2 years ago

I have made some changes, Could you try v"1.13.0" and tell me you still facing the same issue

zeeshan-shabbir commented 2 years ago

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. }} />

zeeshan-shabbir commented 2 years ago

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.