Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
acoates-ms opened this issue Oct 23, 2024 · 0 comments
Open

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

acoates-ms opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
Area: Borders and Brushes Area: Fabric Support Facebook Fabric Area: Shadow Props https://reactnative.dev/docs/shadow-props bug New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric Workstream: Component Parity Close the parity gap between RNW and RN for core RN components and their supporting APIs.
Milestone

Comments

@acoates-ms
Copy link
Contributor

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.

@acoates-ms acoates-ms self-assigned this Oct 23, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Oct 23, 2024
@chrisglein chrisglein added bug Area: Borders and Brushes Area: Fabric Support Facebook Fabric New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric Area: Shadow Props https://reactnative.dev/docs/shadow-props and removed Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) labels Oct 24, 2024
@chrisglein chrisglein added this to the Backlog milestone Oct 24, 2024
@chrisglein chrisglein added the Workstream: Component Parity Close the parity gap between RNW and RN for core RN components and their supporting APIs. label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Borders and Brushes Area: Fabric Support Facebook Fabric Area: Shadow Props https://reactnative.dev/docs/shadow-props bug New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric Workstream: Component Parity Close the parity gap between RNW and RN for core RN components and their supporting APIs.
Projects
None yet
Development

No branches or pull requests

2 participants