mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
919 B
919 B
id, title
| id | title |
|---|---|
| shadow-props | Shadow Props |
Props
Reference
Props
shadowColor
Sets the drop shadow color
| Type | Required | Platform |
|---|---|---|
| color | No | iOS |
shadowOffset
Sets the drop shadow offset
| Type | Required | Platform |
|---|---|---|
| object: {width: number,height: number} | No | iOS |
shadowOpacity
Sets the drop shadow opacity (multiplied by the color's alpha component)
| Type | Required | Platform |
|---|---|---|
| number | No | iOS |
shadowRadius
Sets the drop shadow blur radius
| Type | Required | Platform |
|---|---|---|
| number | No | iOS |