We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896dc2c commit 0c4d042Copy full SHA for 0c4d042
1 file changed
packages/react-native/Libraries/Components/TextInput/TextInput.js
@@ -60,12 +60,12 @@ import flattenStyle from '../../StyleSheet/flattenStyle';
60
import StyleSheet, {type TextStyleProp} from '../../StyleSheet/StyleSheet';
61
import Text from '../../Text/Text';
62
import TextAncestorContext from '../../Text/TextAncestorContext';
63
-import Platform from '../../Utilities/Platform';
64
// [macOS
65
import processLegacyKeyProps, {
66
hasLegacyKeyProps,
67
stripLegacyKeyProps,
68
} from '../../Utilities/normalizeLegacyHandledKeyEvents';
+import Platform from '../../Utilities/Platform';
69
// macOS]
70
import useMergeRefs from '../../Utilities/useMergeRefs';
71
import TextInputState from './TextInputState';
0 commit comments