You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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