Closed HZSamir closed 5 years ago
By reading your stacktrace it can't be something else than adding support:design
, maybe posting your android/app/build.gradle
i could help you more.
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')
}
Hello, On a new project created with react-native-cli (not Expo) I get the following error after installing and linking this library
Adding "com.android.support:design" and "com.android.support:support" did not help either. The error code remains the same.
Thank you for your time.