mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-16 18:50:07 +08:00
Summary: Some modules may have args with types stricter than just `NSDictionary`. For now, allow these modules to manually define a __turbo__* variant of the same method that receives basic NSDictionary/NSArray typed args. That helper method can do the conversion to the stricter type as necessary. This is only needed during migration phase of TurboModule. Without this workaround, existing methods may get unrecognized selector errors. Reviewed By: PeteTheHeat Differential Revision: D14115981 fbshipit-source-id: ca7fcf497490ef9cce14c3d3444991c50d3cb550