We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab41741 commit 706e9c5Copy full SHA for 706e9c5
android/build.gradle
@@ -27,6 +27,7 @@ android {
27
defaultConfig {
28
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
29
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
30
+ vectorDrawables.useSupportLibrary=getExtOrDefault('vector_drawable_use_support_library')
31
}
32
33
@@ -40,4 +41,4 @@ dependencies {
40
41
//noinspection GradleDynamicVersion
42
api 'com.facebook.react:react-native:+'
43
-
44
+
android/gradle.properties
@@ -2,3 +2,4 @@ ReactNativePicker_compileSdkVersion=28
2
ReactNativePicker_buildToolsVersion=28.0.3
3
ReactNativePicker_targetSdkVersion=28
4
ReactNativePicker_minSdkVersion=21
5
+ReactNativePicker_vector_drawable_use_support_library=true
0 commit comments