bhelx / nola-transit

iOS and Android Mobile application for New Orleans public transportation
MIT License
0 stars 0 forks source link

Refactor ListView to FlatList and SectionList #19

Open bhelx opened 7 years ago

bhelx commented 7 years ago

Now that we are on 0.43, we need to refactor ListView to FlatList and 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

bhelx commented 7 years ago

We should be able to tackle this now that we have upgraded react-native