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 |