-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Update ios pod post_install logic for detecting if hermes is enabled #41286
Update ios pod post_install logic for detecting if hermes is enabled #41286
Conversation
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.
Thanks for these PRs!
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
97d98fb
to
ddc1275
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @gabrieldonadel in d6163d7. When will my fix make it into a release? | Upcoming Releases |
…41286) Summary: Follow up of #41284 (comment) We should not rely on checking if the `React-hermes` pod is present to determine if hermes is enabled ## Changelog: [IOS] [CHANGED] - Update ios pod post_install logic for detecting if hermes is enabled Pull Request resolved: #41286 Test Plan: Run `use_react_native!(hermes => false)` should not add `USE_HERMES = true;` to `project.pbxproj` Reviewed By: blakef Differential Revision: D50899654 Pulled By: cipolleschi fbshipit-source-id: a5ab5b0117c61014e77b780c50bf349da92c6342
…acebook#41286) Summary: Follow up of facebook#41284 (comment) We should not rely on checking if the `React-hermes` pod is present to determine if hermes is enabled ## Changelog: [IOS] [CHANGED] - Update ios pod post_install logic for detecting if hermes is enabled Pull Request resolved: facebook#41286 Test Plan: Run `use_react_native!(hermes => false)` should not add `USE_HERMES = true;` to `project.pbxproj` Reviewed By: blakef Differential Revision: D50899654 Pulled By: cipolleschi fbshipit-source-id: a5ab5b0117c61014e77b780c50bf349da92c6342
Summary:
Follow up of #41284 (comment)
We should not rely on checking if the
React-hermes
pod is present to determine if hermes is enabledChangelog:
[IOS] [CHANGED] - Update ios pod post_install logic for detecting if hermes is enabled
Test Plan:
Run
use_react_native!(hermes => false)
should not addUSE_HERMES = true;
toproject.pbxproj