react-native-builder-bob
react-native-builder-bob copied to clipboard
3rd party maven dependency in react-native npm module
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?