Skip to content

Commit 0c4d042

Browse files
Saadnajmiclaude
andcommitted
fix: sort imports to satisfy ESLint max-warnings=0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 896dc2c commit 0c4d042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native/Libraries/Components/TextInput

packages/react-native/Libraries/Components/TextInput/TextInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ import flattenStyle from '../../StyleSheet/flattenStyle';
6060
import StyleSheet, {type TextStyleProp} from '../../StyleSheet/StyleSheet';
6161
import Text from '../../Text/Text';
6262
import TextAncestorContext from '../../Text/TextAncestorContext';
63-
import Platform from '../../Utilities/Platform';
6463
// [macOS
6564
import processLegacyKeyProps, {
6665
hasLegacyKeyProps,
6766
stripLegacyKeyProps,
6867
} from '../../Utilities/normalizeLegacyHandledKeyEvents';
68+
import Platform from '../../Utilities/Platform';
6969
// macOS]
7070
import useMergeRefs from '../../Utilities/useMergeRefs';
7171
import TextInputState from './TextInputState';

0 commit comments

Comments
 (0)