use debugOptimised variant on Android
This commit is contained in:
+1
-2
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user