rgovindji / react-native-atoz-list

React Native Listview which handles large data sets and can scroll to sections using an alphabetical scroll list
185 stars 101 forks source link

Hi, tested with 15000 records and had a lot of blank space #39

Closed lander854 closed 4 years ago

lander854 commented 4 years ago

How to avoid this slow blank spaces to happend? used the example provided and a larger dataset ( 15000 contacts with name, email and id)

rgovindji commented 4 years ago

That sounds like way too many records to be loaded in a single go. Try react native flatlist instead it may have better support for what you are looking for.