You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading to react native 77, on android, surface shadows appear to be distorted as opposed to them looking correct when using a lower version such as react native 76.6.
Expected behaviour
Surface shadows should look and behave in the same way as previous versions of this library.
Current behaviour
When upgrading to react native 77, on android, surface shadows appear to be distorted as opposed to them looking correct when using a lower version such as react native 76.6.
Expected behaviour
Surface shadows should look and behave in the same way as previous versions of this library.
How to reproduce?
1 The working branch with react native version 76.6
eas build --profile android-development-client --platform android --local --clear-cache
.npm run start
.a
for android.2 The issue branch with react native version 77
eas build --profile android-development-client --platform android --local --clear-cache
.npm run start
.a
for android.Preview
What have you tried so far?
After doing some digging it appears the
Surface
component is responsible for this behavior when upgrading to react native 77.Your Environment
The text was updated successfully, but these errors were encountered: