hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
992 stars 296 forks source link

dropdown items not scrolling inside parent flatlist with listMode="FLATLIST" #522

Closed ramzihere closed 2 years ago

ramzihere commented 2 years ago

I have more than 800 cities listed inside the dropdown when I use listMode=" SCROLLVIEW" it slows down and takes too much time to open the dropdown but when I use listMode="FLATLIST" drawdown items scroll freeze. working fine listMode="MODAL"

hossein-zare commented 2 years ago

Hi @ramzihere Please create a snack and reproduce the behavior.