Skip to main content

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

typedefault
enum('visible', 'hidden')'visible'

opacity

Sets the transparency of the view.

typerequired
numberNo

selectable

Lets the user select text, to use the native copy and paste functionality.

typedefault
boolfalse

selectionColor

The highlight color of the text.

typerequired
colorNo

keyboardType

Determines which keyboard to open, e.g.numeric

typerequired
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