mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
4f3ca8facf
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35166 The Hermes source code is not included in the RN npm package. This piece of code is a remnant from an early experimentation into integrating Hermes more tightly with React Native. We ended up using a combination of the scripts in `scripts/hermes` to fetch the source code from GitHub and relying on prebuilts for stable releases. Added `strict()` flag to ensure the script fails immediately if an unrecognized flag is passed. Avoid logging temp publishing folder value to console when `--help` is used. Changelog: [internal] Reviewed By: cortinico Differential Revision: D40918939 fbshipit-source-id: 2e62ab16467c4c67f03efdf5211a156cb70e0b11