View
React Native for web provides access to browser-only style properties. The following styles apply to any primitive that extends `ViewStylePropTypes` like Text, Image, TextInput, ScrollView, etc...
Last updated
Was this helpful?
React Native for web provides access to browser-only style properties. The following styles apply to any primitive that extends `ViewStylePropTypes` like Text, Image, TextInput, ScrollView, etc...
Last updated
Was this helpful?
desccc
string
desccc
string
desccc
string
desccc
string
desccc
string
desccc
enum('border-box', 'content-box', 'padding-box')
desccc
string
desccc
string
desccc
string
desccc
string
desccc
string
desccc
string
An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".
The outlineColor
property specifies the color of an outline.
Note: Always declare the
outlineStyle
property before theoutlineColor
property. An element must have an outline before you change the color of it.
ColorPropType
desccc
enum(string, number)
An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".
string
An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".
Note: Always declare the
outlineStyle
property before theoutlineWidth
property. An element must have an outline before you change the width of it.
enum(string, number)
The overscrollBehavior
CSS property sets what a browser does when reaching the boundary of a scrolling area. It's a shorthand for overscrollBehaviorX
and overscrollBehaviorY
.
enum('auto', 'contain', 'none')
The overscrollBehaviorX
CSS property sets the browser's behavior when the horizontal boundary of a scrolling area is reached.
enum('auto', 'contain', 'none')
The overscrollBehaviorY
CSS property sets the browser's behavior when the vertical boundary of a scrolling area is reached.
enum('auto', 'contain', 'none')
The scrollbar-width property allows the author to set the maximum thickness of an element’s scrollbars when they are shown.
enum('auto', 'thin', 'none')
desccc
string
desccc
string
desccc
string
desccc
enum('auto', 'touch')