Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[NoQA][CP STAGING][HybridApp] Add Mobile-Expensify submodule and build HybridApp on both platforms #52629
[NoQA][CP STAGING][HybridApp] Add Mobile-Expensify submodule and build HybridApp on both platforms #52629
Changes from 38 commits
aa1423d
9a7ec44
8d83853
0062442
8cdf9fb
72edef4
886d227
e9d89da
10466a5
be40697
f5c210a
de68ceb
ea1dd0e
51015f5
83e3e38
2d88e98
03b25ca
3f1068b
13c3b1b
fcbd7b4
947e970
a17f39c
158de25
8244b48
56b8924
0fdf7c4
6b631b5
bbd6009
43e9dfb
b218c1e
e71007d
9a31329
d371d3a
d0cae08
b92f567
d026fb3
bb95e91
d2fbff3
51b54ca
49183bc
793d495
6479a6d
621cb78
255b634
791dbee
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
If we are ready to merge this, are we making the OldApp repo public too now?
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.
Mobile-Expensify will remain private for now
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.
Can we do
isHybridApp ? ios : ios-standalone
? So users don't have to choose manually? Or does run-build handle this already?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.
If someone has access to
Mobile-Expensify
, therun-build
command builds HybridApp by default - forExpesnify/App
contributors nothing changes, the command will build a standalone NewDot.I added the
npm run ios-standalone
for HybridApp devs that would need to build the "original", greenfield version of NewDot. I consider it a bit simpler than invoking the command with some additional flags. I don't think it'll be used frequently, but I wanted to add this option for anyone that wants to do that 😄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.
I'm just checking in here. This seems reasonable, but I want to confirm where the switch logic is for future reference before marking this thread resolved.
This file was deleted.