deanmcpherson / react-native-sortable-listview

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

Not able to Sort the component #33

Closed uc-des closed 8 years ago

uc-des commented 8 years ago

I want a sortable component, I am able to drag but while dropping it return back to its original position how to make it stay in the position where it has been dropped

deanmcpherson commented 8 years ago

Hi @uc-des, you will need to correctly define onRowMoved to represent the new order of the data for the drop to stay.

uc-des commented 8 years ago

Hi deanmcpherson

Thanks for your response I am trying to define onRowMoved but not able to do it can you please help me out.