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 |
---|
| ReactPropTypes.shape( {width: ReactPropTypes.number, height: ReactPropTypes.number} ) | No | iOS |
shadowOpacity
Sets the drop shadow opacity (multiplied by the color's alpha component)
Type | Required | Platform |
---|---|---|
ReactPropTypes.number | No | iOS |
shadowRadius
Sets the drop shadow blur radius
Type | Required | Platform |
---|---|---|
ReactPropTypes.number | No | iOS |