Missing Properties
New Architecture Only: This page lists properties that are not yet implemented in the New Architecture. If you depend on one of these properties and would like to prioritize its implementation, please open an issue here: RNW GitHub link.
Missing Props List
keyboardType
Determines which keyboard to open, e.g. numeric
| type | required |
|---|---|
| enum('default', 'email-address', 'numeric', 'phone-pad', 'ascii-capable', 'numbers-and-punctuation', 'url', 'number-pad', 'name-phone-pad', 'decimal-pad', 'twitter', 'web-search', 'visible-password') | No |
GitHub Issue: #15572