[CP Staging] Revert "Cleanup platform specifics from hermes build" - #80984
Conversation
|
@mollfpr looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
|
Straight revert, removing the label. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: baf005c024
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| }; | ||
|
|
||
| const mergedConfig = wrapWithReanimatedMetroConfig(mergeConfig(defaultConfig, config)); | ||
| const mergedConfig = wrapWithReanimatedMetroConfig(mergeConfig(defaultConfig, expoConfig, config)); |
There was a problem hiding this comment.
Merge Metro configs sequentially so custom settings apply
mergeConfig from @react-native/metro-config only merges two configs; passing three arguments means the third (config) is ignored, so your custom resolver/transformer settings never apply. That drops .lottie from assetExts, the e2e.* source extensions, and the inlineRequires override, which will cause Metro to fail to resolve Lottie assets and e2e source files in any dev/CI bundle. Chain mergeConfig calls so the custom config is actually merged.
Useful? React with 👍 / 👎.
…m-OS-select-from-the-Hermes-bundle Revert "Cleanup platform specifics from hermes build" (cherry picked from commit 6690357) (cherry-picked to staging by Beamanator)
|
🚀 Cherry-picked to staging by https://github.com/Beamanator in version: 9.3.11-15 🚀
|
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Cherry-picked to staging by https://github.com/Beamanator in version: 9.3.11-16 🚀
|
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.3.12-1 🚀
|
Reverts #80110
addresses:
#80838
#80864
#80844
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.