Skip to content

Commit

Permalink
Add iOS 12 textContentType options
Browse files Browse the repository at this point in the history
  • Loading branch information
ultramiraculous committed Aug 9, 2018
1 parent d154e9e commit 0f5eeb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Libraries/Components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ type IOSProps = $ReadOnly<{|
| 'telephoneNumber'
| 'username'
| 'password'
| 'newPassword'
| 'oneTimeCode'
),
|}>;

Expand Down Expand Up @@ -777,6 +779,8 @@ const TextInput = createReactClass({
'telephoneNumber',
'username',
'password',
'newPassword',
'oneTimeCode',
]),
},
getDefaultProps(): Object {
Expand Down

0 comments on commit 0f5eeb8

Please sign in to comment.