Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ReactAndroid not found in rn-tester build (#35058)
Summary: I tried to build the source locally to test changes with `rn-tester`. However, the gradle build failed due to "./ReactAndroid/gradle.properties (No such file or directory)". I believe this error was introduced by 3d05bac. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Internal] [Fixed] - Fix ReactAndroid not found in rn-tester build Pull Request resolved: #35058 Test Plan: - Clone the react-native repo. - Run `cd packages/rn-tester`. - Run `yarn install-android-jsc` and encounter the error. - Apply the fix. - Run `yarn install-android-jsc` and build succeeds. Reviewed By: cipolleschi Differential Revision: D40639856 Pulled By: cortinico fbshipit-source-id: 58b51bcad0af7a21cac032c98484c5942a203e4c
- Loading branch information