Description
New prop boxShadow to show shadows doesnt works on View with renderToHardwareTextureAndroid enabled on Android. Shadows are not visible
Steps to reproduce
- Make
View with renderToHardwareTextureAndroid={true}
- Add to this
View style with new boxShadow
- Test on Android. Shadows are not visible
- Remove
renderToHardwareTextureAndroid
- Now you can see shadows
React Native Version
0.79.4
Affected Platforms
Runtime - Android
Output of npx @react-native-community/cli info
Stacktrace or Logs
MANDATORY Reproducer
https://snack.expo.dev/@sepu/bug-test
Screenshots and Videos
