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
overflow
| type | default |
|---|---|
| enum('visible', 'hidden') | 'visible' |
opacity
Sets the transparency of the view.
| type | required |
|---|---|
| number | No |
selectable
Lets the user select text, to use the native copy and paste functionality.
| type | default |
|---|---|
| bool | false |
selectionColor
The highlight color of the text.
| type | required |
|---|---|
| color | No |
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 |