mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
722a4ba561
Summary:
Changelog: [Internal]
Our default values in ViewProps are incorrect for `shadowColor`, `shadowOffset` and `shadowRadius`.
The default value for shadowRadius isn't {0, 0} but {0, -3}.
Source: https://developer.apple.com/documentation/quartzcore/calayer/1410970-shadowoffset?language=objc
The default value for `shadowColor` is black opaque color.
Source: https://developer.apple.com/documentation/quartzcore/calayer/1410829-shadowcolor?language=objc
The default value for shadowRadius isn't 0 but 3.
Source: https://developer.apple.com/documentation/quartzcore/calayer/1410819-shadowradius?language=objc
Reviewed By: shergin
Differential Revision: D22091927
fbshipit-source-id: fc135fca6a487cd30f8183d88b0065e007a9eacb