-
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
Remove hybrid app check from getEnvironment #56401
Remove hybrid app check from getEnvironment #56401
Conversation
@NikkiWines 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] |
cc @AndrewGable |
Tests and QA section could be beefed up here 💪 |
@AndrewGable done 🫡 |
@jnowakow - We only build the Android and iOS apps once for staging and production. We build the iOS and Android apps with production env and then send it to the staging audience. Then once we want to deploy to production we just move the latest staging version to production audience. For web and desktop we build it twice, on staging we build with the staging env. On production we build again but using the production env. |
🚧 @AndrewGable has triggered a test hybrid app build. You can view the workflow run here. |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
✋ 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: 9.0.97-0 🚀
|
I'm not sure how exactly, but this change caused blockers related to iOS linking, app deep links, ect. When re-raising this case please add tests for these cases:
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.97-1 🚀
|
@staszekscp
Explanation of Change
Earlier this check was necessary because there was no way to differentiate between staging and production. Now it's can be removed
Fixed Issues
$ #52199
Tests
Offline tests
Same as in Tests but requests will fail
QA Steps
Verify that on all environments HybridApp has badge corresponding to environment (e.g. staging has the staging badge)
Navigate to the bank account connect flow
Reach the plaid modal
Plaid should point to the Sandbox environment to be able to test it.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop