UnPourTous / react-native-search-list

A searchable ListView which supports Chinese PinYin and alphabetical index.
https://github.com/UnPourTous/react-native-search-list
158 stars 66 forks source link

FlatList compatibility #9

Open vinipachecov opened 6 years ago

vinipachecov commented 6 years ago

Hi there, is there any planning to support flatlist instead of ListView? As far as I am concerned ListView load all the data into the memory and not only what it is been rendered. Nice work by the way!

erichua23 commented 6 years ago

I'm trying FlatList in my local brunch.

prscX commented 5 years ago

Hi @erichua23: Were you able to achieve this using FlatList?

Thanks </ Pranav >