react-native-pager icon indicating copy to clipboard operation
react-native-pager copied to clipboard

Vertical ScrollViews childs

Open AlanSaracho opened this issue 5 years ago • 2 comments

Hi! I'm working with this library and i notice we can't put vertical scrollview inside the pager.

I found this bug in Android 9, with react native v0.61.5.

some idea?

AlanSaracho avatar Jan 12 '20 04:01 AlanSaracho

hey there - i'm wondering if you can leverage the activeOffsetX or maybe activeOffsetY prop for this: https://software-mansion.github.io/react-native-gesture-handler/docs/handler-pan.html#activeoffsetx

Pager can be passed panProps with any config to the pan gesture handler. i've also used the scrollview exported by react-native-gesture-handler for this issue in the past. let me know!

ajsmth avatar Jan 13 '20 14:01 ajsmth

@AlanSaracho any update on this? did you end up getting it working? cheers

ajsmth avatar Mar 19 '20 14:03 ajsmth