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 b10b28e commit ab0e091Copy full SHA for ab0e091
src/components/touchables/GenericTouchable.tsx
@@ -14,7 +14,7 @@ import { BaseButton } from '../GestureButtons';
14
import {
15
GestureEvent,
16
HandlerStateChangeEvent,
17
-} from '../../handlers/gestureHandlers';
+} from '../../handlers/gestureHandlerCommon';
18
import { NativeViewGestureHandlerPayload } from '../../handlers/NativeViewGestureHandler';
19
import { TouchableNativeFeedbackExtraProps } from './TouchableNativeFeedback.android';
20
0 commit comments