deanmcpherson / react-native-sortable-listview

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

Is it possible to have a delete feature on the row? #68

Closed bevinthomas closed 7 years ago

chetstone commented 7 years ago

You might be able to use SwipeRow from react-native-swipe-list-view with version 0.2.2 of this component. See Issue #58

MossP commented 7 years ago

SwipeRow works well this component on iOS. Doesn't play so nicely on Android though. Having said that; I see more errors on the Android side of things in this component anyway.