mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bffad4351c
Summary: This PR includes a set of changes that landed only on the 0.69-stable release branch and need to be backported to main: - https://github.com/facebook/react-native/commit/a72d1960ff39b7902ffdf6753d29734c7e3d7758 - https://github.com/facebook/react-native/commit/659b693fcdadf8d3df0f8ac4f35d7cb97250a413 - https://github.com/facebook/react-native/commit/2a6832a7e3d34710d7307742604c2ade0ae3445c - https://github.com/facebook/react-native/commit/0ca6e410595aaaa3cfc299e8bcf330ef0e31d5fe - https://github.com/facebook/react-native/commit/f50936bef2a990dfcd0632c710851021aee83290 Most of the fixes are working around the assumption that `version != 1000.0.0 => Build Hermes From Source`. That is not true in the release branch as the version is named (e.g. 0.69.0-rc4) and we need to build Hermes there. ## Changelog [Internal] - Backports fixes on the 0.69 release branch to main Pull Request resolved: https://github.com/facebook/react-native/pull/33938 Test Plan: Tested that those commits are working fine on the release branch. Reviewed By: hramos Differential Revision: D36776291 Pulled By: cortinico fbshipit-source-id: 66e28232d80054fab4a2a97c8d2de12e3c1cf392