Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

Kudo
Copy link
Contributor

@Kudo Kudo commented Mar 25, 2024

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

okwasniewski and others added 2 commits March 25, 2024 14:24
…43526)

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: facebook#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)
…acebook#43607)

Summary:
Pull Request resolved: facebook#43607

PR facebook#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 facebook#43526

Reviewed By: dmytrorykun

Differential Revision: D55240435

fbshipit-source-id: c296a1e14b7032b211551334ca7b5a6824e8d45c
(cherry picked from commit 84c1c6e)
@facebook-github-bot facebook-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
@Kudo Kudo changed the title @kudo/rn074/rct root view factory fix fix(iOS): add missing forward blocks to RCTRootViewFactory Mar 25, 2024
@analysis-bot
Copy link

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 17,820,372 -350,972
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 21,178,708 -361,767
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 4c8e253
Branch: main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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 Pick Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants