deanmcpherson / react-native-sortable-listview

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

Extremely stuck when dragging rows on Android #174

Open YunzzzZ opened 5 years ago

YunzzzZ commented 5 years ago

We have used your latest react-native-sortable-listview, which works well on iOS, while really stuck on Android. More concretely, there are 3 points here (refer to the attached recording screens): 1) Stuck and slow when moving row in sortable listview; 2) Unexpected scrolling occurs when dragging the bottom row up; 3) Overlap of 2 rows is found when stuck.

We have tried everything we could but it is still stuck. Hope you could give advices and we do appreciate your help. Thanks.

Recording screens.zip

AVATAR197 commented 5 years ago

I am having almost the same problem when I get to the bottom of the list the item gets buggy and it's acting like it should be 100 pixels lower than it's.... also when selecting Item in the top or bottom part item automatically want to scroll listview to the top or the bottom.. I wish we can get some feedback to solve this behavior.