在创建模块桥时通过安装依赖项来解决本机问题

时间:2018-09-23 14:38:02

标签: android react-native module dependencies react-native-android

我正在尝试创建一个必须安装android依赖项的模块,但是我遇到了很多问题。

我不明白我的错误或依赖项是否已安装。

我要安装的依赖项如下:

implementation 'com.google.android.exoplayer:exoplayer:2.8.1'
implementation 'com.github.rubensousa:bottomsheetbuilder:1.6.1'
implementation 'com.nbsp:library:1.8'

给我的错误就是这样的事情,例如:

Failed to resolve: com.github.rubensousa:bottomsheetbuilder:1.6.1

有人可以帮我

0 个答案:

没有答案