deanmcpherson / react-native-sortable-listview

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

Last item disappears when sorting #142

Open Xyzor opened 6 years ago

Xyzor commented 6 years ago

Hello.

When I move the last item to an other place, it renderers it, in the correct position, but it's "invisible". If I try to place an item on top of this "invisible" item, that item is also becomes "invisible".

I tried to reproduce it in a snack, but I couldn't. I checked, every item gets rendered after sorting. The strange thing to me, that it leaves exactly as much empty place as the component itself.

Did someone encountered similar bug?

han4wluc commented 6 years ago

I am encountering the same problem you have described.