deanmcpherson / react-native-sortable-listview

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

HandleLongPress doesn't exist anymore #138

Closed wesleyvandevoorde closed 6 years ago

wesleyvandevoorde commented 6 years ago

This change is necessary to make the library work without using moveOnItemPress

wesleyvandevoorde commented 6 years ago

I wasn't able to use the library (v.0.2.7) without this change, or I have to pass the moveOnItemPress prop which is not the usefull in my use-case. (v.0.2.6) works fine.

nihgwu commented 6 years ago

Thanks