mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: > [!NOTE] > This PR is part of JavaScriptCore Extraction to this repository: https://github.com/react-native-community/javascriptcore This PR adds `jsitooling` package that third party JS engines can use (in that case javascriptcore). It's required because React-Runtime needs to depend on third-party engine on iOS, and the third-party engine needed to depend on React-Runtime to get access to the `JSRuntimeFactory` and Cocoapods doesn't support circular dependencies... Now third-party engine can depenend on jsitooling package and provide JSRuntimeFactory ## Changelog: [INTERNAL] [ADDED] - jsitooling package Pull Request resolved: https://github.com/facebook/react-native/pull/49348 Test Plan: CI Green Reviewed By: cortinico Differential Revision: D69535475 Pulled By: cipolleschi fbshipit-source-id: f8d68b7957b7d69c13246ce3040a08256f2ebcd6