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
970 stars 294 forks source link

Performance issue with large set of data #637

Open voulgarakis opened 1 year ago

voulgarakis commented 1 year ago

Hi all,

My DropDownPicker has more than 20k entries and when I click it in order to open and search/select one of them, the whole app freezes and cannot do anything.

Has anyone the same issue?

Is there a way to load a subset of data initially and then load more data when users scrolls?

v.5.4.2