We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cdc5a commit 9e22ee0Copy full SHA for 9e22ee0
1 file changed
packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap
@@ -3026,6 +3026,7 @@ export type enterKeyHintType =
3026
| \\"send\\";
3027
type PasswordRules = string;
3028
type IOSProps = $ReadOnly<{|
3029
+ disableKeyboardShortcuts?: ?boolean,
3030
clearButtonMode?: ?(\\"never\\" | \\"while-editing\\" | \\"unless-editing\\" | \\"always\\"),
3031
clearTextOnFocus?: ?boolean,
3032
dataDetectorTypes?:
@@ -3379,6 +3380,7 @@ export type enterKeyHintType =
3379
3380
| \\"enter\\";
3381
3382
3383
3384
3385
3386
0 commit comments