You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/android/app/build.gradle
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,9 @@ react {
64
64
}
65
65
66
66
/**
67
-
* Set this to true to Run Proguard on Release builds to minify the Java bytecode.
67
+
* Set this to true in release builds to optimize the app using [R8](https://developer.android.com/topic/performance/app-optimization/enable-app-optimization).
# Use legacy packaging to compress native libraries in the resulting APK.
56
61
expo.useLegacyPackaging=false
57
62
58
-
# Whether the app is configured to use edge-to-edge via the app config or `react-native-edge-to-edge` plugin
59
-
expo.edgeToEdgeEnabled=true
63
+
# Specifies whether the app is configured to use edge-to-edge via the app config or plugin
64
+
# WARNING: This property has been deprecated and will be removed in Expo SDK 55. Use `edgeToEdgeEnabled` or `react.edgeToEdgeEnabled` to determine whether the project is using edge-to-edge.
0 commit comments