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 e5a2f7e commit 276101dCopy full SHA for 276101d
android/build.gradle
@@ -82,6 +82,9 @@ android {
82
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
83
if (shouldUseNameSpace){
84
namespace = "com.reactnativepagerview"
85
+ buildFeatures {
86
+ buildConfig true
87
+ }
88
}
89
defaultConfig {
90
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
0 commit comments