Files
react-native/packages
Ramanpreet Nara f8929f8d54 Allow the TurboModule system to create legacy modules (#37364)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/37364

When the TurboModule interop layer is enabled, it should create modules that conform to RCTBridgeModule (i.e: legacy and turbo modules).

When the TurboModule interop layer is disabled, it should only create modules that conform to RCTTurboModule (i.e: turbo modules).

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D45706884

fbshipit-source-id: be6f054556d1506e2934884ab5014394f0c08e8f
2023-05-10 15:58:13 -07:00
..