From 375817402ad9852885ece3fb5df2441242730cf3 Mon Sep 17 00:00:00 2001 From: Joe Vilches Date: Tue, 25 Feb 2025 18:06:28 -0800 Subject: [PATCH] Fix import lint in TextProps.js (#49675) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49675 tsia, lint warning Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D70189154 fbshipit-source-id: 6b4c18d6f677195c2a966c850165c44c72110bbb --- packages/react-native/Libraries/Text/TextProps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/Libraries/Text/TextProps.js b/packages/react-native/Libraries/Text/TextProps.js index dc20596e208..d73a82c0d37 100644 --- a/packages/react-native/Libraries/Text/TextProps.js +++ b/packages/react-native/Libraries/Text/TextProps.js @@ -19,9 +19,9 @@ import type { } from '../Components/View/ViewAccessibility'; import type {ColorValue, TextStyleProp} from '../StyleSheet/StyleSheet'; import type { + GestureResponderEvent, LayoutChangeEvent, PointerEvent, - GestureResponderEvent, TextLayoutEvent, } from '../Types/CoreEventTypes'; import type {Node} from 'react';