thegamenicorus / react-native-timeline-listview

Timeline component for React Native App
https://www.npmjs.com/package/react-native-timeline-listview
MIT License
1.16k stars 184 forks source link

Should you use FlatList instead ListView? #13

Closed phumaster closed 7 years ago

phumaster commented 7 years ago

I think it have better performance.

thegamenicorus commented 7 years ago

Hello @phumaster

Yes, you're right! FlatList has better performance with large datasource. I am trying to combine FlatList in this component and provide same configurations as ListView version.

Thank you for your suggestion. 👍