mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1546666a6d
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35034 Currently, when creating an app using the command: `npx react-native init MyApp --version nightly` iOS fails to install the dependencies because it does not find a proper tarball to run Hermes. This diff solve the problem by fetching the Hermes tarball that is created by the CI while building the nightly. ## Changelog: [iOS][Fixed] - Make the nightly work with the proper Hermes tarball Reviewed By: cortinico Differential Revision: D40512418 fbshipit-source-id: f510f84be9f19807236091687df5e13961103318