diff --git a/src/components/Text.tsx b/src/components/Text.tsx index 80d394b5f7..f7f952f430 100644 --- a/src/components/Text.tsx +++ b/src/components/Text.tsx @@ -11,7 +11,8 @@ import { TextProps as RNTextProps, } from 'react-native'; -import { Gesture, GestureDetector } from '../'; +import { GestureObjects as Gesture } from '../handlers/gestures/gestureObjects'; +import { GestureDetector } from '../handlers/gestures/GestureDetector'; export const Text = forwardRef( (props: RNTextProps, ref: ForwardedRef) => {