chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

onScroll and other callbacks are not called #15

Closed MichaelDanielTom closed 7 years ago

MichaelDanielTom commented 7 years ago

Hey guys, I'm having trouble getting some of the scrollview callbacks to trigger like onMomentumScrollEnd and onScroll. These callbacks do not seem to be called on the underlying NativeScrollView component either. Anyone have any idea what's going on? I'm using RN-0.48.0 on iOS 11.

Thanks for making this great component!

MichaelDanielTom commented 7 years ago

Fixed it with this pull request https://github.com/chrisfisher/react-native-directed-scrollview/pull/16

chrisfisher commented 7 years ago

Merged #16 and published v3.0.1