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 2b404af commit 9c30c1aCopy full SHA for 9c30c1a
packages/react-native-gesture-handler/src/v3/NativeDetector.web.tsx
@@ -3,7 +3,7 @@ import { NativeGesture } from './hooks/useGesture';
3
import { Reanimated } from '../handlers/gestures/reanimatedWrapper';
4
5
import { Animated, StyleSheet } from 'react-native';
6
-import GestureHandlerDetector from '../web/detectors/GestureHandlerDetector';
+import GestureHandlerDetector from '../web/GestureHandlerDetector';
7
import { tagMessage } from '../utils';
8
9
// TODO: move it to a different file
0 commit comments