Skip to content

Commit 9e22ee0

Browse files
committed
update public api snapshot
1 parent a9cdc5a commit 9e22ee0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3026,6 +3026,7 @@ export type enterKeyHintType =
30263026
| \\"send\\";
30273027
type PasswordRules = string;
30283028
type IOSProps = $ReadOnly<{|
3029+
disableKeyboardShortcuts?: ?boolean,
30293030
clearButtonMode?: ?(\\"never\\" | \\"while-editing\\" | \\"unless-editing\\" | \\"always\\"),
30303031
clearTextOnFocus?: ?boolean,
30313032
dataDetectorTypes?:
@@ -3379,6 +3380,7 @@ export type enterKeyHintType =
33793380
| \\"enter\\";
33803381
type PasswordRules = string;
33813382
type IOSProps = $ReadOnly<{|
3383+
disableKeyboardShortcuts?: ?boolean,
33823384
clearButtonMode?: ?(\\"never\\" | \\"while-editing\\" | \\"unless-editing\\" | \\"always\\"),
33833385
clearTextOnFocus?: ?boolean,
33843386
dataDetectorTypes?:

0 commit comments

Comments
 (0)