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 dae4dd9 commit ae6e532Copy full SHA for ae6e532
1 file changed
packages/react-native-gesture-handler/src/index.ts
@@ -149,8 +149,8 @@ export type {
149
export type {
150
PressableProps as LegacyPressableProps,
151
PressableStateCallbackType as LegacyPressableCallbackType,
152
-} from './v3/components/Pressable';
153
-export { default as LegacyPressable } from './v3/components/Pressable';
+} from './components/Pressable';
+export { default as LegacyPressable } from './components/Pressable';
154
155
export type { GestureTouchEvent as SingleGestureTouchEvent } from './handlers/gestureHandlerCommon';
156
0 commit comments