-
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
Flavor support #21551
Flavor support #21551
Conversation
# Conflicts: # ios/Podfile.lock # package.json
# Conflicts: # src/components/SplashScreenHider/index.native.js
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.
Looking good, I'll compile some builds for WIP testing.
This icon (assets/images/new-expensify-adhoc.svg) seems to have been converted from light to dark, is that expected?
Sure. |
Reviewer Checklist
Screenshots/VideosiOSAndroidScreen.Recording.2023-08-09.at.9.10.36.PM.mov |
5e0156b
to
d6ccac1
Compare
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.
4ac4219
to
ffc1db5
Compare
🧪🧪 Use the links below to test this build in android and iOS. Happy testing! 🧪🧪 |
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.
Okay lets merge! Now is a good time as we likely won't deploy today and I have time to update the icons. I'll continue to work on the additional tasks in the meantime. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
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.
Is it intentional to add main.jsbundle.map
file to git?
Nope, thanks. I'll clean it up. |
Follow up to untrack jsbundle file: #24540 |
🚀 Deployed to staging by https://github.com/Julesssss in version: 1.3.54-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/Julesssss in version: 1.3.54-0 🚀
|
@@ -111,20 +136,17 @@ android { | |||
signingConfig signingConfigs.debug | |||
} | |||
release { | |||
signingConfig signingConfigs.release | |||
signingConfig signingConfigs.debug | |||
productFlavors.production.signingConfig signingConfigs.release |
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.
Hey @kowczarz, do you recall why line 140 is necessary? Is this doing something that the following code would not?
signingConfig signingConfigs.release
@Julesssss are we good to check this off? |
Yep! Sorry I should have marked NO QA |
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.3.54-13 🚀
|
Hey, coming from the new arch intergration PR (#13767), we need to get some changes in order for the app to build and work correctly. All of them should be contained in this commit: 3b6a387. cc @kowczarz and @Julesssss for visibility. They are needed since, for some reason, on new arch, the spaces in the scheme names are not accepted by one of the scripts. Also, there was a minor issue with |
Hi @WoLewicki, I just got back from holiday. Could you please raise a PR for that? Kamil mentioned something similar to me and I created an issue here if that helps. |
We changed our dev logo in this PR |
Co-authored with @mczernek & @staszekscp
Details
We wanted to enable developers and testers to install multiple app variant simultaneously on physical devices.
To enable it we used:
Fixed Issues
$ #16805
Tests
Offline tests
Contributor+ test: Confirm the Android and iOS apps can be installed side by side
Internal tests: Confirm the Android and iOS apps can be installed side by side
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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android