mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-12 22:29:41 +08:00
Summary: @public Include `js_name` and `__LINE__` on exported methods' generated names + use the method implementation instead of `objc_msgSend` on the bridge, so it still works in case of clashing. Test Plan: Everything still working, otherwise it'd crash at startup.