Shadow Props #

Props #

iosshadowColor color #

Sets the drop shadow color

iosshadowOffset ReactPropTypes.shape( {width: ReactPropTypes.number, height: ReactPropTypes.number} ) #

Sets the drop shadow offset

iosshadowOpacity ReactPropTypes.number #

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

iosshadowRadius ReactPropTypes.number #

Sets the drop shadow blur radius

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