fix(ios): restore RNFB dynamic linkage after Expo prebuilt downgrade - #9226
Open
russellwheatley wants to merge 7 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9226 +/- ##
=============================================
+ Coverage 45.48% 68.52% +23.05%
- Complexity 0 1915 +1915
=============================================
Files 237 522 +285
Lines 11234 38151 +26917
Branches 2478 5189 +2711
=============================================
+ Hits 5109 26141 +21032
- Misses 5339 10224 +4885
- Partials 786 1786 +1000
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Surface unsupported CocoaPods hook drift instead of silently allowing the duplicate-symbol regression to return.
russellwheatley
marked this pull request as ready for review
August 27, 2026 14:10
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.
Expo autolinking can downgrade RNFB pods to static libraries under prebuilt RNCore, causing RNFBApp and RNFBMessaging to embed duplicate FirebaseCore objects.
Maintainer note: Fixes internal CPRN-321