deanmcpherson / react-native-sortable-listview

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

Target alignment issue on Android #98

Open chetstone opened 7 years ago

chetstone commented 7 years ago

On Android, when you drag an item from the middle of a long list to the bottom and then back up, the open slot no longer lines up with the image of the active item.

This is demonstrated in the Sortable example app.

This issue was originally documented in Issue #64, which is closed now.