From 22972c11afd7934641c1e32ab2dfbfb422b96466 Mon Sep 17 00:00:00 2001 From: "w.siteee" Date: Tue, 21 Oct 2025 09:25:42 +0900 Subject: [PATCH] SwipeableProps from RefObject to Ref --- .../components/ReanimatedSwipeable/ReanimatedSwipeableProps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-gesture-handler/src/components/ReanimatedSwipeable/ReanimatedSwipeableProps.ts b/packages/react-native-gesture-handler/src/components/ReanimatedSwipeable/ReanimatedSwipeableProps.ts index 3aa66b9a2d..9d6f7f49b7 100644 --- a/packages/react-native-gesture-handler/src/components/ReanimatedSwipeable/ReanimatedSwipeableProps.ts +++ b/packages/react-native-gesture-handler/src/components/ReanimatedSwipeable/ReanimatedSwipeableProps.ts @@ -19,7 +19,7 @@ export interface SwipeableProps /** * */ - ref?: React.RefObject; + ref?: React.Ref; /** * Enables two-finger gestures on supported devices, for example iPads with