-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add jsitooling package #49348
feat: add jsitooling package #49348
Conversation
0e34a3e
to
cae7b67
Compare
b1c63df
to
4684f64
Compare
packages/react-native/Libraries/AppDelegate/RCTRootViewFactory.mm
Outdated
Show resolved
Hide resolved
a5566e6
to
6196368
Compare
6196368
to
1b01e94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me.
I'll import this and ask @cortinico to review the CMakeLists.txt file
packages/react-native/ReactCommon/jsitooling/React-jsitooling.podspec
Outdated
Show resolved
Hide resolved
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a nit here
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
This is failing internally because we need to update the buck files to make it work. :( |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cipolleschi merged this pull request in 31a8bb3. |
This pull request was successfully merged by @okwasniewski in 31a8bb3 When will my fix make it into a release? | How to file a pick request? |
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 theJSRuntimeFactory
and Cocoapods doesn't support circular dependencies...Now third-party engine can depenend on jsitooling package and provide JSRuntimeFactory
Changelog:
[INTERNAL] [ADDED] - jsitooling package
Test Plan:
CI Green