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 69742fd commit 46ab892Copy full SHA for 46ab892
android/gradle.properties
@@ -22,6 +22,9 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
22
# https://developer.android.com/topic/libraries/support-library/androidx-rn
23
android.useAndroidX=true
24
25
+# React Native Upgrade Guide says I should remove this, but when I do that, the app does not build anymore.
26
+android.enableJetifier=true
27
+
28
# Use this property to specify which architecture you want to build.
29
# You can also override it from the CLI using
30
# ./gradlew <task> -PreactNativeArchitectures=x86_64
0 commit comments