Skip to content

Commit

Permalink
Merge pull request #23 from robwalkerco/fix/add-ios17-auto-complete-t…
Browse files Browse the repository at this point in the history
…ypes

chore: Add iOS 17 `textContentType` types
  • Loading branch information
philIip authored Jul 17, 2023
2 parents bf67055 + 5b6ab8c commit 9ed6f11
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deprecated-react-native-prop-types/DeprecatedTextInputPropTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ const DeprecatedTextInputPropTypes = {
'cc-exp-day',
'cc-exp-month',
'cc-exp-year',
'cc-family-name',
'cc-given-name',
'cc-middle-name',
'cc-name',
'cc-number',
'cc-type',
'country',
'current-password',
'email',
Expand Down Expand Up @@ -209,8 +214,21 @@ const DeprecatedTextInputPropTypes = {
'addressCity',
'addressCityAndState',
'addressState',
'birthdate',
'birthdateDay',
'birthdateMonth',
'birthdateYear',
'countryName',
'creditCardExpiration',
'creditCardExpirationMonth',
'creditCardExpirationYear',
'creditCardFamilyName',
'creditCardGivenName',
'creditCardMiddleName',
'creditCardName',
'creditCardNumber',
'creditCardSecurityCode',
'creditCardType',
'emailAddress',
'familyName',
'fullStreetAddress',
Expand Down

0 comments on commit 9ed6f11

Please sign in to comment.