deanmcpherson / react-native-sortable-listview

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

How can I enable or disable the drag and drop? #9

Closed someok closed 8 years ago

someok commented 8 years ago

I want control the dnd by a toggle button, can you add this control function?

thanks

deanmcpherson commented 8 years ago

Hey @someok, This should be pretty straight forward to implement, but in the mean time you can just conditionally call this.props.onLongPress in the row component depending on whether you want it to be enabled or not.

deanmcpherson commented 8 years ago

Closing due to inactivity