-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the setup to allow the build-from-source on host projects #36702
Conversation
This pull request was exported from Phabricator. Differential Revision: D44502428 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but I am not an expert on Gradle.
Any plans on moving tasks from <root>/build.gradle.kts
to <root>/packages/react-native/build.gradle.kts
and adding proxy-ing?
Base commit: 8eb28e7 |
This pull request was exported from Phabricator. Differential Revision: D44502428 |
…ok#36702) Summary: Pull Request resolved: facebook#36702 With the monorepo changes we broke the build from source for users. This fixes it so that folks can just follow the guide: https://reactnative.dev/contributing/how-to-build-from-source Changelog: [Android] [Fixed] - Fix the setup to allow the build-from-source on host projects Reviewed By: cipolleschi Differential Revision: D44502428 fbshipit-source-id: 7ff16142c0084885e8185a2916bdbc1401cc44a6
095109d
to
e63f604
Compare
…ok#36702) Summary: Pull Request resolved: facebook#36702 With the monorepo changes we broke the build from source for users. This fixes it so that folks can just follow the guide: https://reactnative.dev/contributing/how-to-build-from-source Changelog: [Android] [Fixed] - Fix the setup to allow the build-from-source on host projects Reviewed By: cipolleschi Differential Revision: D44502428 fbshipit-source-id: 4e351b45b13370e5c082004bc6567007c57e6ee7
This pull request was exported from Phabricator. Differential Revision: D44502428 |
e63f604
to
9af9c50
Compare
This pull request has been merged in fec5658. |
Summary: Pull Request resolved: #36702 With the monorepo changes we broke the build from source for users. This fixes it so that folks can just follow the guide: https://reactnative.dev/contributing/how-to-build-from-source Changelog: [Android] [Fixed] - Fix the setup to allow the build-from-source on host projects Reviewed By: cipolleschi Differential Revision: D44502428 fbshipit-source-id: 3ad8fb114f5e2f7ffdf6fffa617ceaa45334f5f3
@hoxyq Nope I don't think we'll be doing this for now, as those will be exposed to users, and I'm trying to keep the |
@cortinico do we need to cherry-pick this in 0.72 branch? |
Yup this needs to be backported 👍 |
…ok#36702) Summary: Pull Request resolved: facebook#36702 With the monorepo changes we broke the build from source for users. This fixes it so that folks can just follow the guide: https://reactnative.dev/contributing/how-to-build-from-source Changelog: [Android] [Fixed] - Fix the setup to allow the build-from-source on host projects Reviewed By: cipolleschi Differential Revision: D44502428 fbshipit-source-id: 3ad8fb114f5e2f7ffdf6fffa617ceaa45334f5f3
…ok#36702) Summary: Pull Request resolved: facebook#36702 With the monorepo changes we broke the build from source for users. This fixes it so that folks can just follow the guide: https://reactnative.dev/contributing/how-to-build-from-source Changelog: [Android] [Fixed] - Fix the setup to allow the build-from-source on host projects Reviewed By: cipolleschi Differential Revision: D44502428 fbshipit-source-id: 3ad8fb114f5e2f7ffdf6fffa617ceaa45334f5f3
Summary:
With the monorepo changes we broke the build from source for users.
This fixes it so that folks can just follow the guide:
https://reactnative.dev/contributing/how-to-build-from-source
Changelog:
[Android] [Fixed] - Fix the setup to allow the build-from-source on host projects
Differential Revision: D44502428