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...
The API
Type: string
stringConversion
// CSS
- background-filter: todo;
// React Native
+ backdropFilter: "todo",Type: string
stringConversion
Type: string
stringConversion
Type: string
stringConversion
Type: string
stringConversion
Type: enum('border-box', 'content-box', 'padding-box')
enum('border-box', 'content-box', 'padding-box')Conversion
Type: string
stringConversion
Type: string
stringConversion
Type: string
stringConversion
Type: string
stringConversion
Type: string
stringConversion
Type: string
stringConversion
Type: ColorPropType
ColorPropTypeConversion
Type: enum(string, number)
enum(string, number)Conversion
Type: string
stringConversion
Type: enum(string, number)
enum(string, number)Conversion
Type: enum('auto', 'contain', 'none')
enum('auto', 'contain', 'none')Conversion
Type: enum('auto', 'contain', 'none')
enum('auto', 'contain', 'none')Conversion
Type: enum('auto', 'contain', 'none')
enum('auto', 'contain', 'none')Conversion
Type: enum('auto', 'thin', 'none')
enum('auto', 'thin', 'none')Conversion
Type: string
stringConversion
Type: string
stringConversion
WebkitMaskImage
Type: string
stringConversion
WebkitOverflowScrolling
Type: enum('auto', 'touch')
enum('auto', 'touch')Conversion
Last updated