enable new arch

This commit is contained in:
Hailey
2024-03-05 10:10:51 -08:00
parent 20b88f43e2
commit 620f6a1bfd
+2
View File
@@ -121,12 +121,14 @@ module.exports = function (config) {
{ {
ios: { ios: {
deploymentTarget: '13.4', deploymentTarget: '13.4',
newArchEnabled: true,
}, },
android: { android: {
compileSdkVersion: 34, compileSdkVersion: 34,
targetSdkVersion: 34, targetSdkVersion: 34,
buildToolsVersion: '34.0.0', buildToolsVersion: '34.0.0',
kotlinVersion: '1.8.0', kotlinVersion: '1.8.0',
newArchEnabled: true,
}, },
}, },
], ],