mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39128 `HERMES_ENABLED` was supposed to indicate wether hermes-engine pod is present in the project. It was initialized by grepping `hermes-engine` from `Podfile.lock`. This is redundant because Hermes is enabled by default and it is sufficient to check that `$USE_HERMES != false` for cases that are Hermes specific. Changelog: [Internal] - Remove usage of HERMES_ENABLED from react-native-xcode.sh Reviewed By: cipolleschi Differential Revision: D48600174 fbshipit-source-id: 522d4edb89517fd432cc159624a41219c9e00124