-
Notifications
You must be signed in to change notification settings - Fork 987
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
[#16278] fix tips in white border #16716
Conversation
Jenkins BuildsClick to see older builds (11)
|
[rn/view {:style (style/border border1 border2 corner)}]) | ||
(defn- white-border | ||
[corner] | ||
(let [border-styles (style/white-border corner)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
White border is a variable, Why use it as a function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
205585d
to
da99bf2
Compare
da99bf2
to
95c21e5
Compare
81% of end-end tests have passed
Not executed tests (3)Failed tests (7)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityMultipleDevicePR:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Passed tests (29)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityMultipleDevicePR:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
|
57% of end-end tests have passed
Failed tests (3)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Passed tests (4)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestActivityMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
|
Hey @ulisesmac , thanks for your work! The tip looks good now, but the frame placement is still different from the design. Design: PR: In the description, you indicate that this PR fixes #16278, but in fact only partially. Could you clarify please, the second part of the problem will be fixed separately, right? |
95c21e5
to
39ac25c
Compare
@qoqobolo I will not close this issue, and I will reference this comment. |
@ulisesmac gotcha! |
39ac25c
to
07bfb17
Compare
* Remove unnecessary wrapper * Fix border tips and refactor * Add comment about using 1.9 width
Partial solution to #16278
Summary
This PR fixes the tips in the white border
Review notes
Sometimes in React Native is hard to perfectly center an UI element due to the unit managed in different devices, the tip in these borders had that problem. I solved it by reducing the width from 1 to 0.9 and it worked in the devices I tested (emulators and physical devices).
Platforms
Steps to test
status: ready