deanmcpherson / react-native-sortable-listview

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

TypeError: null is not an object (evaluating 'effect.body[key].constructor') #156

Open Spshulem opened 5 years ago

Spshulem commented 5 years ago

Been stumped on this one. We got the 'pageY undefined' bug fixed from #134 but now, in the same view that was giving the pageY undefined is now giving us this error. The Sortable Listview works great when it's one sortable listview, but when we allow people to move an item from one section to another, we get this crash.

simulator screen shot - iphone xs - 2018-09-24 at 22 58 02

Anyone else getting this?