feat(ios)!: integrate native dependencies via Swift Package Manager - #141
Open
pinpong wants to merge 1 commit into
Open
feat(ios)!: integrate native dependencies via Swift Package Manager#141pinpong wants to merge 1 commit into
pinpong wants to merge 1 commit into
Conversation
pinpong
force-pushed
the
feat/ios-swift-package-manager
branch
from
August 23, 2026 18:13
64a2d8e to
7ae1255
Compare
pinpong
force-pushed
the
feat/ios-swift-package-manager
branch
from
August 24, 2026 14:39
7ae1255 to
c6e4876
Compare
GoogleMaps, GoogleMapsUtils and SVGKit are now resolved via SPM through react-native's spm_dependency helper instead of CocoaPods, which makes the svgkit patch script obsolete. The pods have to be installed as frameworks, the Expo config plugin sets `ios.useFrameworks` to `dynamic` and removes the svgkit block generated by previous plugin versions from the Podfile. BREAKING CHANGE: Requires react-native >= 0.87.0. Bare RN iOS apps must install pods as frameworks (`use_frameworks!`, either `:dynamic` or `:static`) and remove the svgkit patch from their Podfile (`require_relative '.../scripts/svgkit_patch'` and `apply_svgkit_patch(installer)`). Expo apps are migrated by the config plugin.
pinpong
force-pushed
the
feat/ios-swift-package-manager
branch
from
August 24, 2026 14:57
c6e4876 to
f7c1b1b
Compare
Collaborator
|
If that's OK with you I will do some more tests next week :) |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull request
Please ensure this PR targets the
devbranch and follows the project conventions.CI already runs linting, formatting, and build checks automatically.
Before submitting
devbranch (notmain)Summary
Integrate native dependencies via Swift Package Manager
Type of change
Scope
Related
[List any related issues, pull requests, or discussions.
Use the format:
Fixes #123,Refs #456,Close #789Additional notes
(#94)