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

Parameter for adjusting scroll start? #10

Closed bitfabrikken closed 6 years ago

bitfabrikken commented 7 years ago

Thanks for a great module :)

Right now, the scrollview immediately scrolls on touch, thus "stealing" the touch event for the any buttons/Touchable components that might be in it.

Would it be possible to add a sort of minimum touch movement before the scroll happens? As it is now, when I try to click on a button, I have to be extremely careful not to move my finger, otherwise the button doesn't receive the event.

cinan commented 6 years ago

this makes the scrollview pretty unusable on android

chrisfisher commented 6 years ago

Fixed by https://github.com/chrisfisher/react-native-directed-scrollview/pull/18/files