diff --git a/src/components/ReanimatedSwipeable.tsx b/src/components/ReanimatedSwipeable.tsx index a547837ae1..6cc207efff 100644 --- a/src/components/ReanimatedSwipeable.tsx +++ b/src/components/ReanimatedSwipeable.tsx @@ -580,6 +580,8 @@ const Swipeable = forwardRef( swipeableMethods, ]); + panGesture.enabled(props.enabled !== false); + const animatedStyle = useAnimatedStyle( () => ({ transform: [{ translateX: appliedTranslation.value }],