react-native-releases icon indicating copy to clipboard operation
react-native-releases copied to clipboard

[0.74] Build visionos hermes binary on the CI

Open okwasniewski opened this issue 1 year ago • 3 comments

Target Branch(es)

0.74

Link to commit or PR to be picked

https://github.com/facebook/react-native/pull/44691

Description

This PR implements CI/CD for Hermes on visionOS. We want to provide react native visionOS users the ability to use prebuilts from a trusted source (in this case React Native).

This change won't affect any of RN source code but it makes sure that the shipped hermes binary for the next version includes visionOS slice.

Here is a corresponding cherry-pick PR to rn/0.74-stable branch: https://github.com/facebook/hermes/commit/7701f77717171a5a778c2c7657b78ab77c637ead to make sure everything works correctly.

okwasniewski avatar Jun 21 '24 12:06 okwasniewski