Replies: 1 comment
-
I have the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to reference a native Android library from the created React Native library that is installed in the local maven repository. I have added
allprojects {
repositories {
mavenLocal()
mavenCentral()
google()
}
}
at the top of build.gradle that is located inside the android library folder but does not seem to work. The same approach works with normal react app. Am I doing it wrong ?
Beta Was this translation helpful? Give feedback.
All reactions