sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 477 forks source link

Acknowledge ListView deprecation #225

Closed alexcrist closed 5 years ago

alexcrist commented 5 years ago

RN@0.60 has deprecated ListView.

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).

xstable commented 5 years ago

@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!

alexcrist commented 5 years ago

Issue has been fixed! Closing this PR