Replies: 1 comment 2 replies
-
Hi @tim-soft before getting into implementation specifics did you catch up with the new api? We use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project that works similarly to the pager example: https://codesandbox.io/s/viewpager-v364z
With the exception that I need to be able to cancel the drag event
In react-use-gesture v7 I was able to store an array of refs and provide the current "page" to the gesture config
Upgrading to v9 and it appears changing the config on the fly was maybe a hack before and isn't supported now. Events only seem to fire for the first element. Is there a better/newer pattern for setting this up?
Beta Was this translation helpful? Give feedback.
All reactions