Skip to content

Commit 55a2ab1

Browse files
committed
Merge branch 'main' into @mbert/support-82
2 parents 6e67a0f + f8a8183 commit 55a2ab1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/react-native-gesture-handler/src/components/ReanimatedSwipeable/ReanimatedSwipeable.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ import Animated, {
1111
runOnUI,
1212
useAnimatedStyle,
1313
} from 'react-native-reanimated';
14-
import { SwipeableProps, SwipeableMethods, SwipeDirection } from '.';
14+
import {
15+
SwipeableProps,
16+
SwipeableMethods,
17+
SwipeDirection,
18+
} from './ReanimatedSwipeableProps';
1519
import { Gesture } from '../..';
1620
import {
1721
GestureStateChangeEvent,

0 commit comments

Comments
 (0)