ui icon indicating copy to clipboard operation
ui copied to clipboard

Replace Rn ListView to FlatList

Open tafelito opened this issue 7 years ago • 2 comments

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

tafelito avatar Jun 06 '17 02:06 tafelito

<FlatList> does not support sections, <SectionList> would be a more appropriate replacement since the ListView component supports sections.

egeis avatar Nov 21 '17 21:11 egeis

@egeis There is SectionList for FlatList with sections 👍

Amurmurmur avatar Dec 28 '17 01:12 Amurmurmur