microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.4k stars 1.14k forks source link

Shadows do not show on View's with a border radius set #14027

Open acoates-ms opened 1 month ago

acoates-ms commented 1 month ago

Currently we create a clip when there is a non-zero border radius on a view, to clip the background to the border radius. Unfortunately, this also clips any shadow set on the View.