Regression: Elevation shadow fix (#48874) missing in React Native 0.78.0 stable release #49538
Labels
Impact: Regression
Describes a behavior that used to work on a prior release, but stopped working recently.
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Description
It looks like the fix for elevation shadows on Android, introduced in issue #48874 and committed in f7d78f8, is not included in the React Native 0.78.0 stable release.
This results in elevation-based shadows still not rendering correctly, despite the issue being marked as fixed.
Steps to reproduce
elevation
style prop) looks weird combined with border radius (borderRadius
style prop) on RN 0.77 #48874 was fixed.React Native Version
0.78.0
Affected Platforms
Runtime - Android
Output of
npx @react-native-community/cli info
Stacktrace or Logs
Reproducer
https://github.com/polovi/react-native_issues_49538/tree/main
Screenshots and Videos
https://github.com/polovi/react-native_issues_49538/blob/main/Screenshot.png
The text was updated successfully, but these errors were encountered: