shoutem / ui

Customizable set of components for React Native applications
Other
4.89k stars 454 forks source link

Replace Rn ListView to FlatList #265

Open tafelito opened 7 years ago

tafelito commented 7 years ago

Hi, you might already answered this question before but I wanted to know if you guys have plans to replace the ListView component that uses RN ListView for the new FlatList released in RN 0.43.

Thanks

egeis commented 6 years ago
does not support sections, would be a more appropriate replacement since the ListView component supports sections.
Amurmurmur commented 6 years ago

@egeis There is SectionList for FlatList with sections 👍