-
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 InitialUrlContextProvider for HybridApp #2 #42997
Fix InitialUrlContextProvider for HybridApp #2 #42997
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: NativeWill test with HybridApp staging Android: mWeb ChromeWill test with HybridApp staging iOS: NativeWill test with HybridApp staging iOS: mWeb SafariWill test with HybridApp staging MacOS: Chrome / SafariWill test with HybridApp staging MacOS: DesktopWill test with HybridApp staging |
✋ 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 production by https://github.com/Julesssss in version: 1.4.79-11 🚀
|
cc: @AndrewGable
Details
The PR fixes the wrong behaviour while transitioning from OD to ND within HybridApp. There should be no changes in the behaviour of standalone ND React Native application.
It also takes into consideration the following bug which was a regression from the original fix
Fixed Issues
$ N/A
PROPOSAL: N/A
Tests
shortLivedAuthToken
- I was generating on OldDot mobile app, but I don't know how to do it on NewDot.Offline tests
QA Steps
shortLivedAuthToken
- I was generating on OldDot mobile app, but I don't know how to do it on NewDot.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
w_70aa997824c101e5dad9c318cd6041b7294becd7-2024-06-03.15_35_12.233.mp4
Android: mWeb Chrome
N/A
iOS: Native
Screen.Recording.2024-06-03.at.16.12.24.mov
iOS: mWeb Safari
N/A
MacOS: Chrome / Safari
Screen.Recording.2024-06-03.at.14.36.48.mov
MacOS: Desktop
N/A