Open bhelx opened 7 years ago
Now that we are on 0.43, we need to refactor ListView to FlatList and SectionList
0.43
ListView
FlatList
SectionList
https://facebook.github.io/react-native/blog/2017/03/13/better-list-views.html https://facebook.github.io/react-native/docs/flatlist.html http://facebook.github.io/react-native/releases/0.43/docs/sectionlist.html
We should be able to tackle this now that we have upgraded react-native
Now that we are on
0.43
, we need to refactorListView
toFlatList
andSectionList
https://facebook.github.io/react-native/blog/2017/03/13/better-list-views.html https://facebook.github.io/react-native/docs/flatlist.html http://facebook.github.io/react-native/releases/0.43/docs/sectionlist.html