We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a681f42 commit aa64f5dCopy full SHA for aa64f5d
packages/default-storage/example/android/gradle.properties
@@ -25,9 +25,7 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryEr
25
# https://developer.android.com/topic/libraries/support-library/androidx-rn
26
android.useAndroidX=true
27
# Automatically convert third-party libraries to use AndroidX
28
-android.enableJetifier=true
29
-# Jetifier randomly fails on these libraries
30
-android.jetifier.ignorelist=hermes-android
+android.enableJetifier=false
31
32
# Use this property to specify which architecture you want to build.
33
# You can also override it from the CLI using
0 commit comments