We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2687e commit 1fc0240Copy full SHA for 1fc0240
packages/react-native/Libraries/Text/TextProps.js
@@ -19,9 +19,9 @@ import type {
19
} from '../Components/View/ViewAccessibility';
20
import type {ColorValue, TextStyleProp} from '../StyleSheet/StyleSheet';
21
import type {
22
+ GestureResponderEvent,
23
LayoutChangeEvent,
24
PointerEvent,
- GestureResponderEvent,
25
TextLayoutEvent,
26
} from '../Types/CoreEventTypes';
27
import type {Node} from 'react';
0 commit comments