deanmcpherson / react-native-sortable-listview

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

How can I get current row on "onMoveStart" event? #147

Open parkhi-tf opened 6 years ago

parkhi-tf commented 6 years ago

I want to change the UI (not just style of the row) of the row when the row has start moving. I wanted the current row index or key to know that which row has started to move.