-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
RN 0.57.3 breaks CSS triangles on iOS #22824
Labels
Comments
@lfkwtz -- Which style of triangle is correct? It looks to me like this is a regression in 0.57.3? |
@fbartho yup it's a regression in 0.57.3 - the left style is "correct", the right style is how 0.57.3 now shows that same triangle. |
grabbou
pushed a commit
that referenced
this issue
Apr 8, 2019
Summary: Fixes #22824 #21945 , the bug comes from #21208 , it was to fix #11897. Now Let's constrain edge adjust only when view has corners. [iOS] [Fixed] - Fix triangle views on iOS Pull Request resolved: #23402 Differential Revision: D14059192 Pulled By: hramos fbshipit-source-id: be613bf056d3cc484f281f7ea3d08f251971700a
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Environment
Description
#21208 breaks CSS triangles created via borders in iOS
RN 0.57.3
![simulator screen shot - iphone x - 2018-12-28 at 15 34 44](https://user-images.githubusercontent.com/1746853/50528865-78e35200-0ab6-11e9-960a-43ab62a687d3.png)
RN 0.57.2
![simulator screen shot - iphone x - 2018-12-28 at 15 37 03](https://user-images.githubusercontent.com/1746853/50528868-7b45ac00-0ab6-11e9-8e39-f801606126e9.png)
Reproducible Demo
The text was updated successfully, but these errors were encountered: