Closed NithinKulal closed 5 years ago
i get same issue
how to solve this?
Add support:design dependency on your android/app/build.gradle
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
+ implementation "com.android.support:design:${rootProject.ext.supportLibVersion}"
implementation "com.facebook.react:react-native:+" // From node_modules
implementation project(':react-native-bottom-sheet-behavior')
}
D8: Program type already present: android.support.design.widget.CoordinatorLayout$1
FAILURE: Build failed with an exception.