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 adjust hold delay as an option variable? #37

Closed joonhocho closed 8 years ago

joonhocho commented 8 years ago

For example, I want to reduce the hold delay so that the sorting initiates more quickly.

deanmcpherson commented 8 years ago

HI @joonhocho, you can set delayLongPress to whatever you like on the Touchable element that has the sortHandlers on them in the row. See https://facebook.github.io/react-native/docs/touchablewithoutfeedback.html for details.