mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f06632c83d
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37367 ## Changes This diff introduces ObjCInteropTurboModule. ObjCInteropTurboModule implements method dispatch for legacy native modules (i.e: modules that aren't schematized). **Note:** This method dispatch relies on the RCT_EXPORT_METHOD macros, not the TurboModule system's C++ codegen. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D44807334 fbshipit-source-id: 8b6162181504ca9fbf8bf13a6951061936e0ff26