Skip to content

Commit

Permalink
add newArchEnabled: false flag to app.config.js (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Mar 6, 2024
1 parent 57854e6 commit e721f84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
],
Expand Down

0 comments on commit e721f84

Please sign in to comment.