-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fix anchor text can't show both underline (link style) and line through (delete style while offline) on iOS #38985
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: Native38985.Android.mp4Android: mWeb Chrome38985.mWeb-Chrome.2.mp4iOS: Native38985.iOS.moviOS: mWeb Safari38985.mWeb-Safari.movMacOS: Chrome / Safari38985.Web.mp4MacOS: Desktop38985.Desktop.mp4 |
@puneetlath looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Tests were passing when I merged and are still passing now. |
🚀 Deployed to staging by https://github.com/puneetlath in version: 1.4.59-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.60-13 🚀
|
Details
It's a react-native-render-html bug where on iOS, it's not possible to apply both underline and line through, so we use
underline line-through
style.Fixed Issues
$ #38680
PROPOSAL: #38680 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
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
Android: Native
Screen.Recording.2024-03-26.at.15.24.10.mov
Android: mWeb Chrome
Screen.Recording.2024-03-26.at.15.22.00.mov
iOS: Native
Screen.Recording.2024-03-26.at.15.18.07.mov
iOS: mWeb Safari
Screen.Recording.2024-03-26.at.15.19.32.mov
MacOS: Chrome / Safari
Screen.Recording.2024-03-26.at.15.13.23.mov
MacOS: Desktop
Screen.Recording.2024-03-26.at.15.13.57.mov