deanmcpherson / react-native-sortable-listview

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

fix:runAfterInteractions leads to wrapperLayout undefined #168

Open souhaiebtar opened 5 years ago

souhaiebtar commented 5 years ago

@deanmcpherson @chetstone @nihgwu when starting to drag and drop element, an error wrapperLayout undefined is generated, from 'KittenTeam/react-native-sortable-listview' commit 0264c3db324e3c86dabef63f269aa7d9ad9c7579

souhaiebtar commented 5 years ago

the change from 0 to 5 was to fix hovering row position on Android, i will try to fix it in another way, because right now it's doesn't work with presence of runAfterInteractions,