mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
5.9 KiB
5.9 KiB
id, title, original_id
| id | title | original_id |
|---|---|---|
| version-0.50-viewstyleproptypes | viewstyleproptypes | viewstyleproptypes |
ViewStylePropTypes #
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.
Improve this page by sending a pull request!