Conversation
# Why Header items should use the same colors as the rest of the header # How <!-- How did you build this feature or fix this bug and why? --> # Test Plan <img height="512" alt="Screenshot_1774564958" src="https://github.com/user-attachments/assets/83bb4931-2c45-4f3b-a669-27f2d8bfccc6" /> # Checklist <!-- Please check the appropriate items below if they apply to your diff. --> - [ ] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
…#44248) # Why This PR is a preparation for using expo-modules-core in an XCFramework built with SPM. The main issue we're facing is that with SPM we need to split c++, swift and objective-c in separate targets, meaning that swift can reference types from objective-c, but obj-c cannot reference swift. More info about the SPM/XCFramework project here: https://www.notion.so/expo/SPM-for-Expo-Modules-on-iOS-2dae5b573524802597d1c28d04381409 # How - Extract ObjC protocols (EXAppContextProtocol, EXReactDelegateProtocol, EXAppContextFactoryRegistry) to enable cross-xcframework boundaries. - Refactor legacy module registry and native modules proxy to avoid direct Swift header imports. Restructure Fabric view and JSI headers for xcframework compatibility. Update podspecs for xcframework builds. - Add explicit `import React` where RCT functions are used directly (tracking-transparency, camera, calendar, audio, etc.) - Use `internal import` import for SDWebImage in expo-image to hide third-party dependency from the public module interface - Add missing Foundation.h imports in unimodules-app-loader headers - Restructure expo AppDelegate imports for prebuilt React compatibility - Update Fetch module to work across xcframework boundaries # Test Plan Build with Bare Expo with and without React Native from source as usual. Should work (note: Xcode 26.4 issue with build from source, is not coming from this PR). # Checklist - [x] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [x] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
# Why Build system for compiling Expo and third-party iOS packages into prebuilt xcframeworks using Swift Package Manager. Includes SPM Package.swift generation, artifact management, React VFS overlay generation, codegen integration, and a step-based pipeline executor. # How - Adds expo-tool for precompiling - `et prebuild` - Adds spm.config.json build configurations for 75 packages (Expo + external). - Fixes pnpm module resolution for the tools package. # Test Plan Build XCFrameworks for all supported frameworks and verify that there are no errors
…orks (#44287) # Why Able to consume the built Xcode frameworks, we need to update the CocoaPods pipeline to support it. This PR does that. # How Added precompiled_modules.rb that takes care of most of the auto linking with precompiled XCFrameworks. # Test Plan Run pod install with EXPO_USE_PRECOMPILED_MODULES=1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )