Files
react-native/packages
Ramanpreet Nara f06632c83d Introduce ObjCInteropTurboModule (#37367)
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
2023-05-10 15:58:13 -07:00
..