diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 3fbdcb77668f3b..ff8182e9e0e147 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -155,6 +155,8 @@ type IOSProps = $ReadOnly<{| | 'telephoneNumber' | 'username' | 'password' + | 'newPassword' + | 'oneTimeCode' ), scrollEnabled?: ?boolean, |}>; @@ -787,6 +789,8 @@ const TextInput = createReactClass({ 'telephoneNumber', 'username', 'password', + 'newPassword', + 'oneTimeCode', ]), }, getDefaultProps(): Object {