-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Refactor integration of BridgelessReactPackage into ReactHost #38010
Conversation
This pull request was exported from Phabricator. Differential Revision: D46410795 |
…ok#38010) Summary: Pull Request resolved: facebook#38010 This diff refactors the integration of ReactPackages into ReactHost and ReactHostDelegate. As part of this diff I'm also modifying ReactHostDelegate to depend on TurboModuleManagerDelegate.Builder instead of TurboModuleManagerDelegateBuilder. This is necessary to be able to create BridgelessReactPackage inside ReactInstance bypass-github-export-checks changelog: [internal] internal Reviewed By: luluwu2032 Differential Revision: D46410795 fbshipit-source-id: b8ad5bb042fcb296c2720bfb031086cecc685997
b563820
to
b21d43a
Compare
This pull request was exported from Phabricator. Differential Revision: D46410795 |
Base commit: 7920ae8 |
This pull request was exported from Phabricator. Differential Revision: D46410795 |
…ok#38010) Summary: Pull Request resolved: facebook#38010 This diff refactors the integration of ReactPackages into ReactHost and ReactHostDelegate. As part of this diff I'm also modifying ReactHostDelegate to depend on TurboModuleManagerDelegate.Builder instead of TurboModuleManagerDelegateBuilder. This is necessary to be able to create BridgelessReactPackage inside ReactInstance bypass-github-export-checks changelog: [internal] internal Reviewed By: luluwu2032 Differential Revision: D46410795 fbshipit-source-id: 6f7025da7b4e406bbe87ed7a71d2a7f02f168140
b21d43a
to
fa55c43
Compare
This pull request was exported from Phabricator. Differential Revision: D46410795 |
…ok#38010) Summary: Pull Request resolved: facebook#38010 This diff refactors the integration of ReactPackages into ReactHost and ReactHostDelegate. As part of this diff I'm also modifying ReactHostDelegate to depend on TurboModuleManagerDelegate.Builder instead of TurboModuleManagerDelegateBuilder. This is necessary to be able to create BridgelessReactPackage inside ReactInstance bypass-github-export-checks changelog: [internal] internal Reviewed By: luluwu2032 Differential Revision: D46410795 fbshipit-source-id: a94a62c50c67e091942f99705a828e79d2cb326c
fa55c43
to
7c3d97f
Compare
This pull request was exported from Phabricator. Differential Revision: D46410795 |
…ok#38010) Summary: Pull Request resolved: facebook#38010 This diff refactors the integration of ReactPackages into ReactHost and ReactHostDelegate. As part of this diff I'm also modifying ReactHostDelegate to depend on TurboModuleManagerDelegate.Builder instead of TurboModuleManagerDelegateBuilder. This is necessary to be able to create BridgelessReactPackage inside ReactInstance bypass-github-export-checks changelog: [internal] internal Reviewed By: luluwu2032 Differential Revision: D46410795 fbshipit-source-id: 7a4e32110d1eae6e6098c9dc1ebcc2afcd556a39
7c3d97f
to
b451254
Compare
Summary: Move BridgelessReactPackage to com.facebook.react package. This is necessary because BridgelessReactPackage is a core package that needs to be part of RN (and should not be re-defined by all apps) I will revisit naming in a later diff changelog: [internal] internal Differential Revision: D46918732 fbshipit-source-id: 96adabdec3017f54fc55091b2e622a3b71255790
…ok#38010) Summary: Pull Request resolved: facebook#38010 This diff refactors the integration of ReactPackages into ReactHost and ReactHostDelegate. As part of this diff I'm also modifying ReactHostDelegate to depend on TurboModuleManagerDelegate.Builder instead of TurboModuleManagerDelegateBuilder. This is necessary to be able to create BridgelessReactPackage inside ReactInstance bypass-github-export-checks changelog: [internal] internal Reviewed By: luluwu2032 Differential Revision: D46410795 fbshipit-source-id: c2bb99946cb3719ed891f7a67e4c979896adc15b
This pull request was exported from Phabricator. Differential Revision: D46410795 |
b451254
to
524cf67
Compare
This pull request has been merged in 74e6c95. |
Summary:
This diff refactors the integration of ReactPackages into ReactHost and ReactHostDelegate.
As part of this diff I'm also modifying ReactHostDelegate to depend on TurboModuleManagerDelegate.Builder instead of TurboModuleManagerDelegateBuilder. This is necessary to be able to create BridgelessReactPackage inside ReactInstance
bypass-github-export-checks
changelog: [internal] internal
Reviewed By: luluwu2032
Differential Revision: D46410795