Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues for nightly build (#34846)
Summary: There are two issues from nightly builds. #### 1. `VERSION_NAME=1000.0.0-main` in _ReactAndroid/gradle.properties_ the solution is to remove unused _ReactAndroid/gradle.properties_ git revert when publishing package. #### 2. `pod install` error from downloading hermes, e.g. the url is unavailable. `https://github.com/facebook/react-native/releases/download/v0.0.0-20221002-2027-2319f75c8/hermes-runtime-darwin-debug-v0.0.0-20221002-2027-2319f75c8.tar.gz` fix _hermes-engine.podspec_ to support nightly build and build hermes from main branch. ## Changelog [General] [Fixed] - Fix nightly build issues Pull Request resolved: #34846 Test Plan: 1. i cannot fully test publish-npm.js workflow and it stops at `npm publish`. i can just check at this moment, the _ReactAndroid/gradle.properties_ is right. 2. create a `npx react-native init` project and `yarn add react-native@nightly`. patch `node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec` and try `pod install` Reviewed By: cipolleschi Differential Revision: D40021649 Pulled By: cortinico fbshipit-source-id: c9e2701e524f4b16eab6f2c72b5cfa34883082c3
- Loading branch information