-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add contacts import nitro module #54459
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
Add contacts import nitro module #54459
Conversation
…hub.com/margelo/expensify-app-fork; branch 'main' of https://github.com/Expensify/App into @perunt/rerevert-contacts-import-module
I didn't test the Hybrid App as I don't have access yet |
@shawnborton @DylanDylann One of you needs to 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] |
Hey! I've created a PR with adjustments so everything works fine with HybridApp |
Hi! @perunt what's your Xcode version locally? I'm testing PR on HybridApp and I cannot build for simulators (it builds fine on physical device tho). My version is I'm also curious about The key information here is that some people might encounter issues when building on a simulator, while others might not, depending on their Swift compiler version. This can block HybridApp development for people without physical iPhone |
Nevertheless I think this is not a serious issue and we can proceed further with this PR and its HybridApp part 😅 People experiencing issues with the Swift compiler can try downgrading their Xcode version or using a physical device if available. cc: @Julesssss |
I think only remaining thing is to bump Xcode on CI infrastructure. I have this PR that was created before Christmas: #54424 |
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.
Tentatively approving, seems like we need to confirm first that this doesn't break hybrid app for simulator's as per above comments.
Also I think we need to merge main due to xcode being bumped, which is why the validate github actions check is failing. |
…hub.com/margelo/expensify-app-fork; branch 'main' of https://github.com/Expensify/App into @perunt/rerevert-contacts-import-module
I'm still dealing with Android errors after bumping RN. I'll ping you once it's done |
…rerevert-contacts-import-module
…rerevert-contacts-import-module
@roryabraham Here's what I've done:
Spellcheck is off due to the margelo lib in the code. I don't want to exclude that file since it can be useful there EDIT: Currently running the build for all platforms to double-check everything works |
Looks like we still have lint failures. Can you fix that @perunt? |
…rerevert-contacts-import-module
We can fix cspell by adding |
I agree with ignoring the changed-files eslint check, and I'm willing to ignore the cspell and fix it separately just because I don't want to further delay this long-standing PR. |
@roryabraham looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
skipped tests explained in my last comment |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
ListFooterComponent={listFooterContent ?? ShowMoreButtonInstance} | ||
ListFooterComponent={ | ||
<> | ||
{footerContentAbovePagination} |
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.
This change broke some components that are passing listFooterContent
to SelectionList!
Here is an example:
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.
@perunt It seems this is a serious bug, could you please raise a quick PR to update it again?
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.
@DylanDylann a fix was already merged here: #63887 😄
🚀 Deployed to staging by https://github.com/roryabraham in version: 9.1.64-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.1.64-5 🚀
|
Explanation of Change
https://github.com/Expensify/Mobile-Expensify/pull/13516 - use this PR for Mobile-Expensify
During the revert of the NitroModules PR, we identified two main issues affecting our iOS builds. First, there was a mismatch between the minimum iOS deployment target (set to 13.4) and our app's requirement (iOS 15). Second, we discovered build failures specific to iOS simulators due to a known Swift compiler issue.
While investigating, we found that our CI environment was running an older version of Xcode (15.2), which contributed to the build failures. We've addressed this by updating our CI configuration to use newer macOS runners and updating the Ruby GitHub Action version.
To move forward cleanly, we'll be splitting this into two separate PRs:
After implementing these changes in isolation, our test builds are now passing successfully.
revert #54421
Fixed Issues
$ #47938
PROPOSAL:
Tests
See QA steps.
Offline tests
QA Steps
Setup Prerequisites
Test Steps
1. Basic Flow - First Time Access
2. Soft Permission Modal - "Not Now" Path
3. Soft Permission Modal - "Continue" Path
4. Contact Permission - Deny Access
5. Contact Permission - Allow Access
6. Search Functionality
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