-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
Shadow offset of elevation increases if used multiple times #15832
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
also have this issue... any idea or workaround available? |
I also have the same issue when elevation is used on items in a list |
Reopened a new issue as this one got closed while the bug is still there. @franticBIT did you find a workaround that you could share? |
@slorber Unfortunately not, since it wasn't the most urging issue of the project. But I hope this will get resolved, if more people are having the same issue. |
yep, issue still here. |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Partly
Environment
react-native -v
: react-native-cli: 2.0.1react-native: 0.47.1
node -v
: v8.4.0npm -v
: 5.4.0yarn --version
:Then, specify:
Steps to Reproduce
(Write your steps here:)
Use same
elevation
in style property of multiple elements.Expected Behavior
Every element should have the same shadow.
Actual Behavior
The shadow offset increases with same

elevation
.Reproducible Demo
https://snack.expo.io/r1htOvaK-
The text was updated successfully, but these errors were encountered: