Open aihoque2 opened 1 year ago
Any update on this? I have the same issue.
I have already this issue please help!
@SERCHAT just go to the library build.gradle
and add namespace 'your_namespace'
and the error will go away.
Thank you @L0rdCr1s. Because I use a lot of packages which are not using namespace in theirs build.gradle files I 'am looking for a gradle script who do this job. For this library only your recommendation worked perfectly thank you again.
updating my react-native app from 0.69.5 to 0.72.1. However, when I try to build with
npx react-native run-android
or do a./gradlew clean
I get this bug:here's my
android/app/build.gradle
:How do specify the namespace in my
android/app/build.gradle
?