File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-native-gesture-handler/src/v3/hooks/callbacks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { useMemo } from 'react';
22import { BaseGestureConfig } from '../../../types' ;
33import { prepareStateChangeHandlers } from '../../utils' ;
44import { getStateChangeHandler } from '../stateChangeHandler' ;
5- import { ReanimatedContext } from 'packages/react-native-gesture-handler/src /handlers/gestures/reanimatedWrapper' ;
5+ import { ReanimatedContext } from '../../../.. /handlers/gestures/reanimatedWrapper' ;
66
77export function useGestureStateChangeEvent < THandlerData , TConfig > (
88 handlerTag : number ,
Original file line number Diff line number Diff line change 1- import { ReanimatedContext } from 'packages/react-native-gesture-handler/src /handlers/gestures/reanimatedWrapper' ;
1+ import { ReanimatedContext } from '../../.. /handlers/gestures/reanimatedWrapper' ;
22import { CALLBACK_TYPE } from '../../../handlers/gestures/gesture' ;
33import { State } from '../../../State' ;
44import {
You can’t perform that action at this time.
0 commit comments