deanmcpherson / react-native-sortable-listview

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

Oftentimes the same rows are cloned and appear multiple times. #44

Closed joonhocho closed 7 years ago

joonhocho commented 7 years ago

I don't know exactly how to replicate this, but when I sort things around, some row gets copied and I can see multiple of them. Any thoughts? or anyone having the same issue?

deanmcpherson commented 7 years ago

Hi @joonhocho I've recently seen something like this on newer versions of RN on Android. Is that where you experienced it?

joonhocho commented 7 years ago

@deanmcpherson I had it on iOS emulator and real device. I guess it's universal.

chetstone commented 7 years ago

Should be fixed by f5c2ae0cc55f3d8c332ee3ba5b8d3eb568520739. Please reopen if not.