react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
How to support pagination in drop down picker?
I need to show large amount of data in picker and I want to make it happen using pagination.Is it possible?
In my case the app also freezes for a large set of data (~20k), pagination may be the solution.
Need to pass into scroll view props or flatlist props. I have implemented it by using props of flatlist.
do you have an example?
https://prnt.sc/8F7tzHjqojK0 Please implement like this way with scroll view.
I do it that way with scrollview but still the app freezes for 20k rows of data.
FYI when using "MODAL" as listmode the performance is fine
did someone found any solution??
@krushalikevadiya can you please give me more info on which dropdown library you use and some more info about how to fetch data on the drop-down scroll with pagination API