-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Restore default line height to 20 #43902
Restore default line height to 20 #43902
Conversation
@mananjadhav Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Woo, thanks so much for taking care of this one! |
Reviewer Checklist
Screenshots/Videos |
We did not find an internal engineer to review this PR, trying to assign a random engineer to #43371 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
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.
thanks for addressing this @j-piasecki and for quick review @mananjadhav
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 1.4.86-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/mountiny in version: 1.4.86-0 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.4.86-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 9.0.0-9 🚀
|
@@ -63,7 +63,7 @@ export default { | |||
fontSizeXLarge: 22, | |||
fontSizeXXLarge: 28, | |||
fontSizeXXXLarge: 32, | |||
fontSizeNormalHeight: getValueUsingPixelRatio(21, 28), | |||
fontSizeNormalHeight: getValueUsingPixelRatio(20, 28), |
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.
Details
When we were working on enabling the new architecture, there was a reported issue on iOS about emojis being clipped from the top. The quickest solution to fix that was to change the line height so that they would fit in the line. This was only a temporary solution. This PR reverts changing the default line height and applies a proper fix for the issue by updating how baseline offset is applied to the text components.
Fixed Issues
$ #43371
PROPOSAL:
Use a patch for React Native until a release with facebook/react-native#44932.
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
iOS: Native