enable new arch
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user