shadowColor
Sets the drop shadow color.
This property will only work on Android API 28 and above. For similar functionality on lower Android APIs, use the elevation
property.
Type |
---|
color |
shadowOffset
Sets the drop shadow offset.
Type |
---|
object: {width: number,height: number} |
shadowOpacity
Sets the drop shadow opacity (multiplied by the color's alpha component).
Type |
---|
number |
shadowRadius
Sets the drop shadow blur radius.
Type |
---|
number |
© 2022 Facebook Inc.
Licensed under the Creative Commons Attribution 4.0 International Public License.
https://reactnative.dev/docs/shadow-props