Files
react-native/packages/react-native/scripts/cocoapods
Dmitry RykunandFacebook GitHub Bot 46d6200f39 Remove usage of HERMES_ENABLED from react-native-xcode.sh (#39128)
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
2023-08-29 06:06:37 -07:00
..
2023-08-28 17:46:27 -07:00
2023-07-13 17:57:23 -07:00