deanmcpherson / react-native-sortable-listview

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

Animation quality disappointing #51

Closed chetstone closed 7 years ago

chetstone commented 7 years ago

I have the same issue as #48 and in addition, it is difficult to "grab" an item to start dragging it. I usually have to press and hold several times before the item starts to move.

And then, whenever I drag an item to or from the first row, the item behind starts rapidly bouncing up and down, as shown in this gif:

rn-sortable

Probably it will be necessary to leverage Android native animations to fix these issues. I use react-native-tableview on iOS which works great.

I'm using react-native 0.32.1 and 0.1.1 (as modified by PR #49) of this component.

milesibastos commented 7 years ago

:cry: PR are welcome!