Skip to content

Commit 90b7e8b

Browse files
committed
nit: alphabetise prop order
1 parent 16020fb commit 90b7e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-strict-dom/src/types/renderer.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ type ReactNativeProps = {
5555
text?: ?string
5656
},
5757
accessibilityViewIsModal?: ?boolean,
58-
autoComplete?: ?string,
5958
autoCapitalize?: ?('none' | 'sentences' | 'words' | 'characters'),
59+
autoComplete?: ?string,
6060
alt?: ?Stringish,
6161
animated?: ?boolean, // non-standard
6262
caretHidden?: TextInputProps['caretHidden'],

0 commit comments

Comments
 (0)