react-native-file-logger icon indicating copy to clipboard operation
react-native-file-logger copied to clipboard

[Android] Specify a namespace

Open fdrault opened this issue 1 year ago • 0 comments

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.

https://github.com/react-native-community/discussions-and-proposals/issues/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 avatar Aug 22 '24 09:08 fdrault