Disable new arch in android for now

This commit is contained in:
Eric Bailey
2025-06-18 11:54:53 -05:00
parent 066fd8cbf9
commit f210573a27
+1 -1
View File
@@ -219,7 +219,7 @@ module.exports = function (_config) {
compileSdkVersion: 35,
targetSdkVersion: 35,
buildToolsVersion: '35.0.0',
newArchEnabled: true,
newArchEnabled: false,
},
},
],