Skip to content

fix(android): hardcoded appName when finding build.gradle #2652

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

Merged
merged 5 commits into from
Apr 17, 2025

Conversation

thymikee
Copy link
Member

@thymikee thymikee commented Apr 15, 2025

Summary

Not all apps have app dir and we already have a config for that, which was not used by the findBuildGradle helper.

Closes #2524
Closes #2516

Test Plan

Updated tests

Checklist

  • Documentation is up to date.
  • Follows commit message convention described in CONTRIBUTING.md.
  • For functional changes, my test plan has linked these CLI changes into a local react-native checkout (instructions).

@thymikee thymikee merged commit d685901 into main Apr 17, 2025
4 of 8 checks passed
@thymikee thymikee deleted the fix/hardcoded-appname branch April 17, 2025 10:24
thymikee added a commit that referenced this pull request Apr 17, 2025
* fix(android): hardcoded appName when finding build.gradle

* add extra tests

* update snapshot

* update expectation to reflect error change

* Revert "update expectation to reflect error change"

This reverts commit c45afea.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

config fails to load if Android module is named differently than app
3 participants