deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 236 forks source link

Use ListView from deprecated-react-native-listview. #166

Closed cpojer closed 5 years ago

cpojer commented 5 years ago

ListView will be removed entirely from React Native with the 0.60 release. This PR changes this module to depend on the deprecated version of the ListView component instead.

I also made a change to use the DataSource class from the passed in ListView component, if any, because before it was always using the one from RN.