mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
5.4 KiB
5.4 KiB
id, title, sidebar, category, permalink
| id | title | sidebar | category | permalink |
|---|---|---|---|---|
| viewstyleproptypes | ViewStylePropTypes | api | APIs | docs/viewstyleproptypes.html |
Props #
backfaceVisibility?: enum('visible', 'hidden') #
borderBottomLeftRadius?: number #
borderBottomRightRadius?: number #
borderBottomWidth?: number #
borderLeftWidth?: number #
borderRadius?: number #
borderRightWidth?: number #
borderStyle?: enum('solid', 'dotted', 'dashed') #
borderTopLeftRadius?: number #
borderTopRightRadius?: number #
borderTopWidth?: number #
borderWidth?: number #
opacity?: number #
androidelevation?: number #
(Android-only) Sets the elevation of a view, using Android's underlying elevation API. This adds a drop shadow to the item and affects z-order for overlapping views. Only supported on Android 5.0+, has no effect on earlier versions.