David Bismut
David Bismut
@wobsoriano ok all good, this is now fixed.
About normalizeProps, I'll try to integrate a way to have this inside `core`.
@wobsoriano I've added a way to pass normalize function to the gesture controller to make this cleaner for the end user. I don't know much about Vue, but it looks...
Can you point at where react-dnd is using the context api? Honestly it feels a bit convoluted to be using a `` for a lib such as use-gesture, but I'm...
Would you be up for a PR? Note that the core package is platform agnostic (ie not React specific).
Haha I knew this would come at some point, thanks for making this an issue ;) I'm currently working on v10, and although this would be somewhat a breaking change,...
I'll continue the conversation about the actual issue later, but about Safari 12, try using `@use-gesture/react` which is currently v10 in beta stage (and which is the future of `react-use-gesture`)....
Hey @robatwilliams, back to the pre-threshold movement issue: my thinking would be to just add an option in the config, like: `includeThreshold`. Would that work?
I agree with the terminology, `displacement` is a better word than `movement`, but I didn't think of it two years ago unfortunately. As a clarification, `offset` represents the cumulative `movement`...
Hi! Feel this is going to be either simple or a headache 😅 First, let me just say that this lib handles three ways of pinching: - **pinching with fingers:**...