mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add ascii-capable-number-pad to DeprecatedTextInputPropTypes
Summary: This was added to the flow type and example in D18275225 but not added to the prop-type Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D18431253 fbshipit-source-id: ffe4eaa8bd9dd22bf7c1487873c9fbdb7b226e3d
This commit is contained in:
committed by
Facebook Github Bot
parent
30197c3b85
commit
60e91fa9ff
@@ -147,6 +147,7 @@ module.exports = {
|
||||
* - `name-phone-pad`
|
||||
* - `twitter`
|
||||
* - `web-search`
|
||||
* - `ascii-capable-number-pad`
|
||||
*
|
||||
* *Android Only*
|
||||
*
|
||||
@@ -169,6 +170,8 @@ module.exports = {
|
||||
'decimal-pad',
|
||||
'twitter',
|
||||
'web-search',
|
||||
// iOS 10+ only
|
||||
'ascii-capable-number-pad',
|
||||
// Android-only
|
||||
'visible-password',
|
||||
]): React$PropType$Primitive<
|
||||
@@ -184,6 +187,7 @@ module.exports = {
|
||||
| 'decimal-pad'
|
||||
| 'twitter'
|
||||
| 'web-search'
|
||||
| 'ascii-capable-number-pad'
|
||||
| 'visible-password',
|
||||
>),
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user