ui
ui copied to clipboard
Replace Rn ListView to FlatList
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
<FlatList> does not support sections, <SectionList> would be a more appropriate replacement since the ListView component supports sections.
@egeis There is SectionList for FlatList with sections 👍