We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac0697 commit bbca26aCopy full SHA for bbca26a
1 file changed
packages/react/src/components/ui/gesture.tsx
@@ -9,7 +9,9 @@ import { Primitive } from '../primitives/nodes';
9
* Gesture
10
* -----------------------------------------------------------------------------------------------*/
11
12
-const GestureBridge = createReactComponent(GestureInstance);
+const GestureBridge = createReactComponent(GestureInstance, {
13
+ events: ['onWillTrigger', 'onTrigger'],
14
+});
15
16
export interface GestureProps extends ReactElementProps<GestureInstance> {
17
asChild?: boolean;
0 commit comments