View Style Props
Example#
Reference
Props#
backfaceVisibility#
| Type |
|---|
enum('visible', 'hidden') |
backgroundColor#
| Type |
|---|
| color |
borderBottomColor#
| Type |
|---|
| color |
borderBottomEndRadius#
| Type |
|---|
| number |
borderBottomLeftRadius#
| Type |
|---|
| number |
borderBottomRightRadius#
| Type |
|---|
| number |
borderBottomStartRadius#
| Type |
|---|
| number |
borderBottomWidth#
| Type |
|---|
| number |
borderColor#
| Type |
|---|
| color |
borderEndColor#
| Type |
|---|
| color |
borderLeftColor#
| Type |
|---|
| color |
borderLeftWidth#
| Type |
|---|
| number |
borderRadius#
If the rounded border is not visible, try applying overflow: 'hidden' as well.
| Type |
|---|
| number |
borderRightColor#
| Type |
|---|
| color |
borderRightWidth#
| Type |
|---|
| number |
borderStartColor#
| Type |
|---|
| color |
borderStyle#
| Type |
|---|
enum('solid', 'dotted', 'dashed') |
borderTopColor#
| Type |
|---|
| color |
borderTopEndRadius#
| Type |
|---|
| number |
borderTopLeftRadius#
| Type |
|---|
| number |
borderTopRightRadius#
| Type |
|---|
| number |
borderTopStartRadius#
| Type |
|---|
| number |
borderTopWidth#
| Type |
|---|
| number |
borderWidth#
| Type |
|---|
| number |
elevation Android#
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.
| Type |
|---|
| number |
opacity#
| Type |
|---|
| number |