-
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
[TS migration] Migrate 'ConfirmedRoute.js' component to TypeScript #33529
[TS migration] Migrate 'ConfirmedRoute.js' component to TypeScript #33529
Conversation
@allroundexperts 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] |
PR is ready for review @allroundexperts @blazejkustra @fabioh8010 |
Friendly bump @allroundexperts |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-01-11.at.2.12.45.AM.movAndroid: mWeb ChromeScreen.Recording.2024-01-11.at.2.11.34.AM.moviOS: NativeScreen.Recording.2024-01-11.at.2.21.35.AM.moviOS: mWeb SafariScreen.Recording.2024-01-11.at.2.04.36.AM.movMacOS: Chrome / SafariScreen.Recording.2024-01-11.at.2.00.04.AM.movMacOS: DesktopScreen.Recording.2024-01-11.at.2.02.53.AM.mov |
@rayane-djouah Please merge the newest main, @allroundexperts kind bump |
I see a lot of checks failing. @rayane-djouah what's up with these? |
Lint errors are now fixed, @allroundexperts could you please review? |
Bump @allroundexperts |
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.
Looks good!
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, thanks guys!
🚀 Deployed to staging by https://github.com/marcochavezf in version: 1.4.24-4 🚀
|
@rayane-djouah @allroundexperts @blazejkustra It looks like this PR caused a crash during Distance Money Request creation (found on the main branch, ios platform). Steps to reproduce:
The reason is this line, it looks like the route can be undefined. If I update it to See the video of the steps and the screenshot of the error: iPhone.14.-.2024-01-11.at.11.44.11.mp4 |
Good catch! @VickyStash |
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.24-8 🚀
|
Details
Fixed Issues
$ #31959
PROPOSAL: N/A
Tests
Offline tests
When offline verify that a pending map view is displayed instead of the mapbox map.
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 methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.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 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
android.mp4
Android: mWeb Chrome
mweb.chrome.mp4
iOS: Native
ios.mp4
iOS: mWeb Safari
mweb.safari.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4