Relative Content

Tag Archive for androidreact-nativemavengradle

React Native Gradle fails to resolve local maven-repo

I am trying to build a React Native Package which uses an .aar file for the Android. The .aar file is for internal usage only, thus not shared on a public maven repo. I’ve created the maven repo inside this directory: my-library/android. When I try to build an example app I get an error that the it cannot resolve the library. The my-library/android/build.gradle file looks like this: