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 43332e5 commit 66b15efCopy full SHA for 66b15ef
1 file changed
android/build.gradle
@@ -27,6 +27,9 @@ android {
27
28
if (project.android.hasProperty("namespace")) {
29
namespace "com.zoontek.rnbootsplash"
30
+ buildFeatures {
31
+ buildConfig true
32
+ }
33
}
34
defaultConfig {
35
buildConfigField("boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString())
0 commit comments