-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Adapt template to new architecture autolinking on Android #33777
Conversation
|
Base commit: 55133ea |
Base commit: 55133ea |
react-native-community/cli#1603 is now merged and released in 9.0.0-alpha.0, so this PR is now unblocked and ready to be merged. |
d6aa807
to
48db2a9
Compare
Awesome, thanks for the heads up 👍 |
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This is currently blocked by #33859 |
Ok, let me know if I can help anyhow. |
48db2a9
to
3370acd
Compare
@cortinico looks like #33859 is merged |
Yup 👍 Don't you mind rebase this one? |
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
3370acd
to
721f47b
Compare
Rebased :) |
Hey @thymikee Sorry for the delay. We're going to merge this as it is as I was able to let it work correctly for the majority of cases. However there are a couple of changes we'd like to address on the CLI side of things:
I have PRs for some of those points that I will be sending towards the cli repo in the next days 👍 |
This pull request was successfully merged by @thymikee in 9ad7cbc. When will my fix make it into a release? | Upcoming Releases |
Summary
Provides necessary changes for the autolinking to work in new architecture on Android. Depends on react-native-community/cli#1603 and is subject to change.
Upgraded the RN CLI to v9.0.0-alpha.0 so that it's testable locally.
Changelog
[Android] [Changed] - Adapt template to new architecture autolinking on Android
Test Plan
CI