Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(react-native): fix app build.gradle react config default paths (#…
…44472) Summary: Minor inconvenience I noticed while doing some testing in a mono-repo. The current paths points to the android folder, but should point to the project root. Currently the android build fails if one uncomments the folder paths as they are. ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID] [FIXED] - Fix incorrect paths in app build.gradle react config block For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [ANDROID] [FIXED] - Fix incorrect paths in app build.gradle react config block Pull Request resolved: #44472 Test Plan: Uncomment the paths are they are and notice the android build error: ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > Failed to notify project evaluation listener. > /xyz/xyz/xyz/xyz/RNPathTester/android/node_modules/react-native/ReactAndroid/gradle.properties (No such file or directory) ``` Use the updated paths and notice the build succeeds 🥳 Reviewed By: GijsWeterings Differential Revision: D57093768 Pulled By: cipolleschi fbshipit-source-id: 8472151c74c7aa5c51dc75f9adda6116387bdf99
- Loading branch information