Skip to content
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

Android package name causes conflicts with other modules in release builds #32

Closed
tailorem opened this issue Nov 25, 2020 · 1 comment
Closed
Assignees

Comments

@tailorem
Copy link

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.reactlibrary">

</manifest>

The package name com.reactlibrary is generic and causes conflicts with other modules (such as custom modules or other libraries that also use the default package name) resulting in build failures.

@milos1290 milos1290 self-assigned this Mar 30, 2021
@nzagorchev
Copy link
Contributor

#46

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

No branches or pull requests

3 participants