fivecar / react-native-draglist

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

Problem with scrollbar #39

Closed laFeeClochette closed 7 months ago

laFeeClochette commented 7 months ago

Hello, great lib! Since I use the dragList, I have a scroll problem, part of my render is cut, which did not happen with the flatList.

I don't know if this is due to the use of ListFooterComponent

image

laFeeClochette commented 7 months ago

Okay I tried without the listfootercomponent and I still have the same problem

I think it's because of my header, I also see when I drag an element, the element is placed much lower (offset from the header it seems)

laFeeClochette commented 7 months ago

Ok sorry, I had to put the header in ListHeaderComponent