Skip to content

Commit 2b404af

Browse files
committed
moved Gesture handler detectors
1 parent 6a69cd7 commit 2b404af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-native-gesture-handler/src/web/detectors/GestureHandlerDetector.tsx renamed to packages/react-native-gesture-handler/src/web/GestureHandlerDetector.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import {
33
GestureHandlerStateChangeEvent,
44
GestureHandlerTouchEvent,
55
GestureHandlerEvent,
6-
} from '../interfaces';
6+
} from './interfaces';
77
import { View, ViewProps } from 'react-native';
8-
import RNGestureHandlerModuleWeb from '../../RNGestureHandlerModule.web';
9-
import { ActionType } from '../../ActionType';
8+
import RNGestureHandlerModuleWeb from '../RNGestureHandlerModule.web';
9+
import { ActionType } from '../ActionType';
1010
export interface GestureHandlerDetectorProps extends ViewProps {
1111
onGestureHandlerEvent?: (e: GestureHandlerEvent) => void;
1212
onGestureHandlerAnimatedEvent?: (e: GestureHandlerEvent) => void;

0 commit comments

Comments
 (0)