Skip to content

fix(iOS): add missing forward blocks to RCTRootViewFactory - #43638

Merged
huntie merged 2 commits into
react:0.74-stablefrom
Kudo:@kudo/rn074/RCTRootViewFactory-fix
Mar 25, 2024
Merged

fix(iOS): add missing forward blocks to RCTRootViewFactory#43638
huntie merged 2 commits into
react:0.74-stablefrom
Kudo:@kudo/rn074/RCTRootViewFactory-fix

Conversation

@Kudo

@KudoKudo commented Mar 25, 2024

Copy link
Copy Markdown
Contributor

Summary:

cherry-pick RCTRootViewFactory regression fix to 0.74-stable branch, that to follow up this.

Changelog:

[IOS] [FIXED] - add missing forward blocks to RCTRootViewFactory

Test Plan:

ci passed

okwasniewskiand others added 2 commits March 25, 2024 14:24
Summary:
This PR adds missing forwarding blocks to RCTRootViewFactory, currently when a user tries to override `sourceURLForBridge` in AppDelegate it isn't overridden.
## Changelog:
[IOS] [FIXED] - add missing forward blocks to RCTRootViewFactory
Pull Request resolved: react/react-native#43526
Test Plan: Override: `extraModulesForBridge`, `extraLazyModuleClassesForBridge`, `bridge didNotFindModule`, `sourceURLForBridge:` methods in AppDelegate and check if they are called on old architecture
Reviewed By: philIip
Differential Revision: D55186872
Pulled By: cortinico
fbshipit-source-id: 5988c7bab1439ccc4885b7337336c1e120ba9ea6
(cherry picked from commit 9d79f05)
Summary:
Pull Request resolved: react/react-native#43607
PR #43526 was accidentally merged with several changes excluded. I'm following up on those here.
Changelog:
[Internal] [Changed] - Follow-up with Review Feedback on RCTAppDelegate from #43526
Reviewed By: dmytrorykun
Differential Revision: D55240435
fbshipit-source-id: c296a1e14b7032b211551334ca7b5a6824e8d45c
(cherry picked from commit 84c1c6e)
@facebook-github-botfacebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Contributor A React Native contributor. p: Expo Partner: Expo Partner labels Mar 25, 2024
@Kudo
Kudo marked this pull request as ready for review March 25, 2024 06:28
@KudoKudo changed the title @kudo/rn074/rct root view factory fixfix(iOS): add missing forward blocks to RCTRootViewFactoryMar 25, 2024
@analysis-bot

Copy link
Copy Markdown
PlatformEngineArchSize (bytes)Diff
androidhermesarm64-v8a17,820,372-350,972
androidhermesarmeabi-v7an/a--
androidhermesx86n/a--
androidhermesx86_64n/a--
androidjscarm64-v8a21,178,708-361,767
androidjscarmeabi-v7an/a--
androidjscx86n/a--
androidjscx86_64n/a--

Base commit: 4c8e253
Branch: main

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedThis label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.ContributorA React Native contributor.p: ExpoPartner: ExpoPartnerPick Request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Kudo@analysis-bot@huntie@facebook-github-bot@okwasniewski@cortinico