Skip to content

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
@alois-beto alois-beto closed this Apr 15, 2025
@alois-beto
Copy link
Contributor

alois-beto commented Apr 15, 2025

Included in 0.5.7

@alois-beto alois-beto deleted the namespace branch April 15, 2025 15:01
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

3 participants