Attach Bridgeless nativeModuleProxy in TurboModuleManager#36626
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
Base commit: 4e0dfed |
57a307b to
75008c4
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
75008c4 to
cb5337d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
cb5337d to
658ca88
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
658ca88 to
4ef701f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
4ef701f to
ce206ef
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
ce206ef to
6eb1888
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
6eb1888 to
40726d3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
40726d3 to
840d65a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
840d65a to
28a4416
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
28a4416 to
39f9e2d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
39f9e2d to
4823106
Compare
…6626) Summary: Pull Request resolved: facebook#36626 In Bridgeless mode, With the TurboModule interop layer, the TurboModule system will need to customize the nativeModuleProxy global. This customization would be much easier if the nativeModuleProxy global were installed by the TurboModule system (and not the Bridgeless core). So, this diff moves nativeModuleProxy installation into the TurboModule system. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D43993197 fbshipit-source-id: 035a66d272a773ff9382e7fc3dc543154b04d3c4
|
This pull request was exported from Phabricator. Differential Revision: D43993197 |
4823106 to
71f92ed
Compare
|
This pull request has been merged in 7023962. |
Summary:
In Bridgeless mode, With the TurboModule interop layer, the TurboModule system will need to customize the nativeModuleProxy global.
This customization would be much easier if the nativeModuleProxy global were installed by the TurboModule system (and not the Bridgeless core).
So, this diff moves nativeModuleProxy installation into the TurboModule system.
Changelog: [Internal]
Reviewed By: cortinico
Differential Revision: D43993197