deanmcpherson / react-native-sortable-listview

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

Adds prop to moveOnPressIn #122

Closed garethmccall closed 6 years ago

garethmccall commented 6 years ago

Some of our testers were unhappy with the duration of press needed to initiate a longPress to begin reordering the list. This prop will initiate row dragging immediately when a list row (or its drag handle) is pressed.

nihgwu commented 6 years ago

pretty solid change 👍 thanks