Closed nilocoelhojunior closed 4 years ago
same problem
replace "yourproject\node_module\react-native-bottom-action-sheet\android\build.gradle" line 41 implementation 'com.github.prscx:bottomsheetbuilder:fixes-SNAPSHOT' with implementation 'com.github.rubensousa:bottomsheetbuilder:1.6.1'
@nilocoelhojunior: Please add below snippet to your build.gradle
:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
@nilocoelhojunior: Please add below snippet to your
build.gradle
:allprojects { repositories { maven { url 'https://jitpack.io' } } }
@prscX That's not the problem. The problem is bottomsheetbuilder:fixes-SNAPSHOT is no longer available. The library needs to be updated to reference that other library.
When I notice gradle is retrieving https://dl.google.com/dl/android/maven2/com/github/prscx/bottomsheetbuilder/fixes-SNAPSHOT/maven-metadata.xml , it gets a 404.
Hi guys, I try to run my project today and get this error:
React version:
My react-native-bottom-action-sheet:
How I can to fix?