mattyu007 / ProjectOrange

3 stars 0 forks source link

Stop using deprecated ListView #251

Open mattyu007 opened 6 years ago

mattyu007 commented 6 years ago

The ListView component is deprecated. We should replace our usages with SectionList or FlatList as appropriate.

SectionList and FlatList offer reduced memory usage and improved performance over the deprecated ListView. However, we might not be able to completely avoid using ListView for components such as SortableListView which internally depend on ListView.