Files
react-native/docs/shadow-props.md
Héctor Ramos 9ec9567390 Flatten jsdocs to markdown plaintext
Differential Revision: D6261799

fbshipit-source-id: 269e151c5d136c1d508d9f2a060c0c670d0fe0f2
2017-11-07 16:46:52 -08:00

1.0 KiB

id, title, layout, category, permalink, next, previous
id title layout category permalink next previous
shadow-props Shadow Props docs APIs docs/shadow-props.html viewproptypes 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