use debugOptimised variant on Android

This commit is contained in:
Samuel Newman
2026-05-28 12:50:44 +03:00
parent 84c75aea23
commit 82503dd05e
+1 -2
View File
@@ -30,7 +30,6 @@
}, },
"install": { "install": {
"exclude": [ "exclude": [
"react-native-reanimated",
"@sentry/react-native", "@sentry/react-native",
"react-native-pager-view" "react-native-pager-view"
] ]
@@ -40,7 +39,7 @@
"prepare": "is-ci || husky", "prepare": "is-ci || husky",
"postinstall": "pnpm intl:compile-if-needed", "postinstall": "pnpm intl:compile-if-needed",
"prebuild": "EXPO_NO_GIT_STATUS=1 expo prebuild --clean", "prebuild": "EXPO_NO_GIT_STATUS=1 expo prebuild --clean",
"android": "expo run:android", "android": "expo run:android --variant debugOptimized",
"android:prod": "expo run:android --variant release", "android:prod": "expo run:android --variant release",
"android:profile": "BSKY_PROFILE=1 expo run:android --variant release", "android:profile": "BSKY_PROFILE=1 expo run:android --variant release",
"ios": "expo run:ios", "ios": "expo run:ios",