This PR migrates existing ListViews to use the deprecated-react-native-listview package. This will handle the deprecation until a more permanent solution can be put in place (migration to FlatList).
@sohobloo could you please merge this - or does still the migration to flatlist instead of ListView in progress?
BTW: Thanks a lot for your work and sharing it!
RN@0.60 has deprecated
ListView
.This PR migrates existing
ListViews
to use thedeprecated-react-native-listview
package. This will handle the deprecation until a more permanent solution can be put in place (migration toFlatList
).