mirror of
https://github.com/status-im/react-native.git
synced 2025-01-29 10:45:04 +00:00
e11d496e9d
Summary: Follow up to 9ec95673909beac7798f589e0e9821b4225f8fa9 Closes https://github.com/facebook/react-native/pull/16759 Differential Revision: D6285219 Pulled By: hramos fbshipit-source-id: 7012d257a5a6cff06cb2d94203a9379e4b7e3c4e
1021 B
1021 B
id | title | layout | category | permalink | next | previous |
---|---|---|---|---|---|---|
shadow-props | Shadow Props | docs | APIs | docs/shadow-props.html | view-props | 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 |