react-native-pager
react-native-pager copied to clipboard
Vertical ScrollViews childs
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?
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!
@AlanSaracho any update on this? did you end up getting it working? cheers