disable new arch (#8561)

This commit is contained in:
hailey
2025-06-23 10:11:17 -07:00
committed by GitHub
parent c634cd9071
commit c894dda0bf
5 changed files with 12 additions and 37 deletions
+1 -2
View File
@@ -61,8 +61,7 @@
"intl:push": "crowdin push translations --verbose -b main",
"nuke": "rm -rf ./node_modules && rm -rf ./ios && rm -rf ./android",
"update-extensions": "bash scripts/updateExtensions.sh",
"export-ios": "npx expo export --platform ios --dump-sourcemap && yarn upload-native-sourcemaps",
"export-android": "npx expo export --platform android --dump-sourcemap && yarn upload-native-sourcemaps",
"export": "npx expo export --dump-sourcemap && yarn upload-native-sourcemaps",
"upload-native-sourcemaps": "npx sentry-expo-upload-sourcemaps dist",
"make-deploy-bundle": "bash scripts/bundleUpdate.sh",
"generate-webpack-stats-file": "EXPO_PUBLIC_GENERATE_STATS=1 yarn build-web",