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 f3198f5 commit 686faddCopy full SHA for 686fadd
packages/react-native-gesture-handler/src/handlers/createHandler.tsx
@@ -160,8 +160,7 @@ type AttachGestureHandlerWeb = (
160
// eslint-disable-next-line @typescript-eslint/no-explicit-any
161
newView: any,
162
_actionType: ActionType,
163
- propsRef: React.RefObject<unknown>,
164
- forAnimated: boolean
+ propsRef: React.RefObject<unknown>
165
) => void;
166
167
const UNRESOLVED_REFS_RETRY_LIMIT = 1;
@@ -350,8 +349,7 @@ export default function createHandler<
350
349
this.handlerTag,
351
newViewTag,
352
ActionType.JS_FUNCTION_OLD_API, // ignored on web
353
- this.propsRef,
354
- false
+ this.propsRef
355
);
356
} else {
357
registerOldGestureHandler(this.handlerTag, {
0 commit comments