Add Profiler build for Android (#6510)

This commit is contained in:
dan
2024-11-19 02:20:58 +00:00
committed by GitHub
parent 7b6c182723
commit 9a57d2a538
4 changed files with 82 additions and 34 deletions
+2
View File
@@ -11,6 +11,8 @@
"postinstall": "patch-package && yarn intl:compile",
"prebuild": "expo prebuild --clean",
"android": "expo run:android",
"android:prod": "expo run:android --variant release",
"android:profile": "BSKY_PROFILE=1 expo run:android --variant release",
"ios": "expo run:ios",
"web": "expo start --web",
"use-build-number": "./scripts/useBuildNumberEnv.sh",