Gap is not well supported in native, replace by margin#17086
Conversation
|
@mananjadhav @AndrewGable One of you needs to 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] |
|
Quick question, @aldo-expensify, we also have Lines 3008 to 3012 in c975bc2 |
Hmm, I didn't check for We can check/tackle that in another PR. |
@aldo-expensify Sure that works. Can you correct the typos and then I can start testing it? |
mananjadhav
left a comment
There was a problem hiding this comment.
Thanks for the update, code looks good. Testing now.
Reviewer Checklist
Screenshots/VideosIn addition to the above pages, also checked ProfilePage and Timezone page. @AndrewGable All yours. |
|
Thanks @mananjadhav for the thorough review :) |
|
✋ 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/AndrewGable in version: 1.2.97-0 🚀
|
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.2.97-2 🚀
|








gapstyle doesn't work in native, this becomes very visible if you just change thegap1to something bigger, for example16px.I'm replacing the
gapby amargin-topormargin-bottomdepending on the position of the description.Details
Fixed Issues
$ #16864
PROPOSAL: Replaced
gapbymargin-top/margin-bottomTests
The gap between
PayPal.meand the text below should be the same.Offline tests
N/A
QA Steps
The gap between
PayPal.meand the text below should be the same.PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android