mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 01:56:26 +00:00
3c9092acf3
Summary: Quick fix Closes https://github.com/facebook/react-native/pull/16910 Differential Revision: D6385891 Pulled By: hramos fbshipit-source-id: 5fcb0674db14282ccac5aa26518a84888a5e3005
1015 B
1015 B
id | title | layout | category | permalink | next | previous |
---|---|---|---|---|---|---|
shadow-props | Shadow Props | docs | APIs | docs/shadow-props.html | view | 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 |