react-native-builder-bob icon indicating copy to clipboard operation
react-native-builder-bob copied to clipboard

3rd party maven dependency in react-native npm module

Open DanielFrTB opened this issue 2 years ago • 0 comments

Hi, I am trying to use 3rd party SDK in my react-native android module.

and I have got the same problem here: https://github.com/callstack/react-native-builder-bob/issues/63

It seems like the module can't find the SDK and looking in the wrong place.

it only finds the SDK if I specified the in the `maven { url "xxxxx"

}`

inside the Example-app build.gradle, the problem is that I am spcified is twice, first in the module build.gradle and the second time inside Example-app build.gradle, is it the right approach?

DanielFrTB avatar Aug 10 '22 11:08 DanielFrTB