mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
16276ce0f6
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43012 Changelog: [iOS][Added] This implements the functionality to give access to the jsi::Runtime in iOS in bridgeless. In bridge, this value is a private selector on RCTBridge that is exposed via category. We build this into the backwards compatible RCTBridgeProxy here. This should work out of the box in bridgeless if you are already retrieveing the pointer via the bridge. However, we recommend users to eventually migrate towards C++ TurboModule or the RuntimeExecutor if possible. This will be removed in the future. Reviewed By: RSNara Differential Revision: D53646413 fbshipit-source-id: a5584f22d433a580d537b8780a3bcd503680acb8