-
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
Introduce SampleLegacyModule example in RNTester #38008
Conversation
This pull request was exported from Phabricator. Differential Revision: D46874160 |
This pull request was exported from Phabricator. Differential Revision: D46874160 |
This pull request was exported from Phabricator. Differential Revision: D46874160 |
Summary: Pull Request resolved: facebook#38008 Introduce a legacy module (+ example) in RNTester. In the future, SampleLegacyModule will be used to: - Showcase the TurboModule interop layer in RNTester, once Bridgeless mode is ready - E2E Test the TurboModule interop layer. The TurboModule interop layer is just an extension to the TurboModule system that allows the system to create legacy modules. Unlike regular TurboModules, these legacy modules don't need codegen for JavaScript -> native method dispatch. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D46874160 fbshipit-source-id: 61c63c9fe485de721bc98ca02ed9c68ae09d1ebb
This pull request was exported from Phabricator. Differential Revision: D46874160 |
This pull request was exported from Phabricator. Differential Revision: D46874160 |
Base commit: 7920ae8 |
This pull request was exported from Phabricator. Differential Revision: D46874160 |
Summary: Pull Request resolved: facebook#38008 Introduce a legacy module (+ example) in RNTester. In the future, SampleLegacyModule will be used to: - Showcase the TurboModule interop layer in RNTester, once Bridgeless mode is ready - E2E Test the TurboModule interop layer. The TurboModule interop layer is just an extension to the TurboModule system that allows the system to create legacy modules. Unlike regular TurboModules, these legacy modules don't need codegen for JavaScript -> native method dispatch. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D46874160 fbshipit-source-id: c303ec507ee2b86cb24813d14921bb10f69a4466
Summary: Pull Request resolved: facebook#38008 Introduce a legacy module (+ example) in RNTester. In the future, SampleLegacyModule will be used to: - Showcase the TurboModule interop layer in RNTester, once Bridgeless mode is ready - E2E Test the TurboModule interop layer. The TurboModule interop layer is just an extension to the TurboModule system that allows the system to create legacy modules. Unlike regular TurboModules, these legacy modules don't need codegen for JavaScript -> native method dispatch. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D46874160 fbshipit-source-id: 01158ecdd457326340424a9c8fed70646ad4eeb2
This pull request was exported from Phabricator. Differential Revision: D46874160 |
This pull request was successfully merged by @RSNara in a1b64b7. When will my fix make it into a release? | Upcoming Releases |
Summary:
Introduce a legacy module (+ example) in RNTester.
In the future, SampleLegacyModule will be used to:
The TurboModule interop layer is just an extension to the TurboModule system that allows the system to create legacy modules. Unlike regular TurboModules, these legacy modules don't need codegen for JavaScript -> native method dispatch.
Changelog: [Internal]
Reviewed By: cipolleschi
Differential Revision: D46874160