prscX / react-native-bottom-action-sheet

React Native: Native Bottom Action Sheet
Apache License 2.0
633 stars 48 forks source link

Android build error #30

Closed lucianomlima closed 1 month ago

lucianomlima commented 5 years ago

I get this error:

Execution failed for task ':app:preDebugBuild'.
> Android dependency 'com.android.support:design' has different version for the compile (27.1.0) and runtime (27.1.1) classpath. You should manually set the same version via DependencyResolution
    buildToolsVersion = "27.0.3"
    minSdkVersion = 21
    compileSdkVersion = 27
    targetSdkVersion = 27
    supportLibVersion = "27.0.2"
    googlePlayServicesVersion = "16.0.0"
pietro909 commented 5 years ago

This is related to https://github.com/react-native-community/react-native-image-picker/issues/999

I'm also experiencing it.