mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-18 12:12:15 +08:00
Differential Revision: D6261799 fbshipit-source-id: 269e151c5d136c1d508d9f2a060c0c670d0fe0f2
1.0 KiB
1.0 KiB
id, title, layout, category, permalink, next, previous
| id | title | layout | category | permalink | next | previous |
|---|---|---|---|---|---|---|
| shadow-props | Shadow Props | docs | APIs | docs/shadow-props.html | viewproptypes | layout-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 |