mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3c958a838d
Summary: If Hermes is enabled on a project and the envvar `BUILD_HERMES_SOURCE` is truthy, a React Native project will build Hermes from source when running `pod install`: ``` cd ios/ BUILD_HERMES_SOURCE=1 pod install ``` * Requires `cmake` and `ninja` to be installed: `brew install cmake ninja`. * Requires a `react-native` release with Hermes source code bundled in (`scripts/publish-npm.js --include-hermes && npm pack`). # Changelog [Internal] Reviewed By: cortinico Differential Revision: D34313581 fbshipit-source-id: 4ba5f82aa6c7027fd37f1982127fc5f63d931ded