config
fails to load if Android module is named differently than app
#2516
Labels
config
fails to load if Android module is named differently than app
#2516
Environment
Description
I am working on a brownfield integration. When
package
attribute is not set inAndroidManifest.xml
(it's deprecated from AGP 7.3) it takes thenamespace
value from the module-levelbuild.gradle
. However, it cannot access it when the module is named differently thanapp
. In my case, the file is undermastodon/build.gradle
, and CLI looking specifically forapp/build.gradle
.This leads to an error:
Reproducible Demo
v-0.76
branch and install packagesAndroidManifest.xml
and removepackage
attribute./node_modules/@react-native-community/cli/build/bin.js config
The text was updated successfully, but these errors were encountered: