deanmcpherson / react-native-sortable-listview

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

onScroll prop not firing for android #154

Open Taylor123 opened 6 years ago

Taylor123 commented 6 years ago

I'm passing an onScroll function through the props, and I can get the event to fire for iOS, but not android.

Happy to add more info if needed.