-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Border color behaviour breaks in Android in 0.51 #17286
Comments
@facebook-github-bot no-template |
Hey @AndrewIngram, thanks for posting this! It looks like your issue is missing some required information. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce your issue. I am going to close this, but please feel free to open a new issue with the additional information provided. Thanks! |
cc @RSNara |
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. |
This issue was marked as lacking information required by the issue template. There has been no activity on this issue for a while, so I will go ahead and close it. If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here. If you are the author of this issue and you believe this issue was closed in error (i.e. you have edited your issue to ensure it meets the template requirements), please let us know. |
I've been using the old trick from CSS days to draw triangles with React Native, eg:
Expo Snack reproduction here: https://snack.expo.io/Skyt2nPzG (Switch between SDK 24 and 23 to toggle between React Native 0.51 and 0.50)
In React Native 0.50 and earlier, this correctly renders like this:
In React Native 0.51 it renders like this:
Explicitly defining border colors for all sides seems to be a workaround:
iOS behaves as expected in all versions.
The text was updated successfully, but these errors were encountered: