Closed lucianomlima closed 1 month 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"
This is related to https://github.com/react-native-community/react-native-image-picker/issues/999
I'm also experiencing it.
I get this error: