fivecar / react-native-draglist

FlatList that can be reordered by dragging its items
MIT License
118 stars 19 forks source link

Not working correctly on android devices #4

Closed SergiOnGit closed 1 year ago

SergiOnGit commented 1 year ago

It works fine on iOS, but in android have dragged item positioning issue. When you start dragging, item is below your finger. If you fix this issue, this will be the best RN draggable plugin.

fivecar commented 1 year ago

Ultimately due to a 7-year bug in React Native. I've now gone and fixed it by using LayoutChangeEvent's dimensions instead of relying on measure(). Verified works on Android.

Launched as v3.0.1. Thanks for reporting the issue!