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 7024d4b commit c7e4bf9Copy full SHA for c7e4bf9
packages/stack/src/views/GestureHandler.native.tsx
@@ -10,7 +10,7 @@ export function PanGestureHandler(props: PanGestureHandlerProperties) {
10
11
return (
12
<GestureHandlerRefContext.Provider value={gestureRef}>
13
- <PanGestureHandlerNative {...props} />
+ <PanGestureHandlerNative {...props} ref={gestureRef} />
14
</GestureHandlerRefContext.Provider>
15
);
16
}
0 commit comments