From e721f84a2cd64bd98f54049bd17925ddf1b194c8 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 5 Mar 2024 18:55:23 -0800 Subject: add `newArchEnabled: false` flag to app.config.js (#3115) --- app.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index a18addcce..9691cab23 100644 --- a/app.config.js +++ b/app.config.js @@ -121,12 +121,14 @@ module.exports = function (config) { { ios: { deploymentTarget: '13.4', + newArchEnabled: false, }, android: { compileSdkVersion: 34, targetSdkVersion: 34, buildToolsVersion: '34.0.0', kotlinVersion: '1.8.0', + newArchEnabled: false, }, }, ], -- cgit 1.4.1