Skip to content

Commit 46ab892

Browse files
Re-enable jetifier
1 parent 69742fd commit 46ab892

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
2222
# https://developer.android.com/topic/libraries/support-library/androidx-rn
2323
android.useAndroidX=true
2424

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+
2528
# Use this property to specify which architecture you want to build.
2629
# You can also override it from the CLI using
2730
# ./gradlew <task> -PreactNativeArchitectures=x86_64

0 commit comments

Comments
 (0)