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] Specify a namespace #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[Android] Specify a namespace #78

wants to merge 2 commits into from

Conversation

fdrault
Copy link
Member

@fdrault fdrault commented Aug 22, 2024

Fix #67

React Native 0.73 will depend on Android Gradle Plugin (AGP) 8.x. This will require all the libraries to specify a namespace in their build.gradle file. We added a compatibility layer for libraries that haven't specified a namespace, but please consider updating your libraries nonetheless.

react-native-community/discussions-and-proposals#671

AGP >=7.3

  • Specify a namespace "com.betomorrow.rnfilelogger"
  • Package name is removed from new Manifest

AGP < 7.3

  • Add compatibility layer for react-native 0.71.
  • Manifest contains package name

@fdrault fdrault changed the title Namespace [Android] Specify a namespace Aug 22, 2024
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

Successfully merging this pull request may close these issues.

[Android] Specify a namespace
1 participant