chore(native): remove unstable Metro optimize flags from EAS production build

This commit is contained in:
2026-03-16 14:06:38 -04:00
parent ed3fd54896
commit d8711b09c4
+1 -5
View File
@@ -5,11 +5,7 @@
},
"build": {
"production": {
"autoIncrement": true,
"env": {
"EXPO_UNSTABLE_METRO_OPTIMIZE_GRAPH": "1",
"EXPO_UNSTABLE_TREE_SHAKING": "1"
}
"autoIncrement": true
},
"development": {
"developmentClient": true,