deanmcpherson / react-native-sortable-listview

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

Fix sorting offset when the renderHeader property is set on the ListView #46

Closed RGBz closed 8 years ago

RGBz commented 8 years ago

Updated ListView to correctly position the placeholder when the "renderHeader" property is specified by basing the targetPixel calculation off of the Y coordinate of the first row rather than the top of the scroll container.