Disable android new arch (#8525)

* Disable new arch in android for now

* Temporarily comment out mmkv script
This commit is contained in:
Eric Bailey
2025-06-18 11:58:37 -05:00
committed by GitHub
parent 066fd8cbf9
commit 3eaa2d9ddf
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ module.exports = function (_config) {
compileSdkVersion: 35,
targetSdkVersion: 35,
buildToolsVersion: '35.0.0',
newArchEnabled: true,
newArchEnabled: false,
},
},
],