Skip to content

Commit ae6e532

Browse files
author
Andrzej Antoni Kwaśniewski
committed
fix export
1 parent dae4dd9 commit ae6e532

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react-native-gesture-handler/src

packages/react-native-gesture-handler/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ export type {
149149
export type {
150150
PressableProps as LegacyPressableProps,
151151
PressableStateCallbackType as LegacyPressableCallbackType,
152-
} from './v3/components/Pressable';
153-
export { default as LegacyPressable } from './v3/components/Pressable';
152+
} from './components/Pressable';
153+
export { default as LegacyPressable } from './components/Pressable';
154154

155155
export type { GestureTouchEvent as SingleGestureTouchEvent } from './handlers/gestureHandlerCommon';
156156

0 commit comments

Comments
 (0)