andy
andy
@axeldelafosse @hirbod can we get clearer steps for a reproduction? Seems like a lot of people are seeing this!
@axeldelafosse yes that would be great -- i'm having trouble reproducing, a call might help clarify some things!
It would be extremely useful if someone were to share a minimal reproducible example of the issue that is going on here. There are a lot of good ideas in...
hi - can you provide more information on this? if it's an android app, have you checked out the docs for setting up the gesture handler in the README?
thanks for this, I hit this crash all the time while debugging as well - https://github.com/software-mansion/react-native-reanimated/issues/216 haven't figured out a way around it yet, but it looks like it can...
i suspect it's updating animated nodes on an unmounted component. i'll leave this ticket up but im not sure what to do about this, hoping for a reanimated patch
hey there - I'm not sure if this will work - I'm assuming you've tried it already? I would think you could always wrap the pager component in a view...
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...
@AlanSaracho any update on this? did you end up getting it working? cheers
i've experienced this as well, especially on debug mode with android. i tend to run it in production mode on android to test out fast swiping, although even then its...