Files
react-native/website/_versioned_docs/version-0.39/shadow-props.md
T
2017-11-14 12:51:44 -08:00

2.0 KiB

id, original_id, title
id original_id title
version-0.39-shadow-props shadow-props shadow-props

Shadow Props #

Props #

iosshadowColor color #

Sets the drop shadow color

iosshadowOffset {width: number, height: number} #

Sets the drop shadow offset

iosshadowOpacity number #

Sets the drop shadow opacity (multiplied by the color's alpha component)

iosshadowRadius number #

Sets the drop shadow blur radius

You can edit the content above on GitHub and send us a pull request!