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
312 stars 133 forks source link

TypeError: iterator method is not callable #177

Closed AliHassan5927 closed 3 months ago

AliHassan5927 commented 4 months ago

TypeError: The iterator method is not callable, I'm getting this error when setting search to false, when 'search' is true, it's working fine but on false, the app crashes. Also when setting search value to undefined instead of false, it works fine

Josher29 commented 4 months ago

Same here! I had to set null as default instead false and it works

AdelRedaa97 commented 3 months ago

Fixed in v4.0 take a look at the changes made in v4.0 https://github.com/AdelRedaa97/react-native-select-dropdown?tab=readme-ov-file#-major-changes

Feel free to open the issue again if it still exists