deanmcpherson / react-native-sortable-listview

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

Fix error on starting drag #167

Open gazedash opened 5 years ago

gazedash commented 5 years ago

Fixes https://github.com/deanmcpherson/react-native-sortable-listview/issues/160

Error: Cannot read property 'pageY' of undefined

With fixing this, works like a charm!

Thanks for this library and thanks @lytieunuong1 for pointing out the solution !

ellismarte commented 4 years ago

thanks for making this library open source @deanmcpherson Do you think you can merge this in?