fix: pause stream during huddle

This commit is contained in:
Arjun Patel
2026-05-26 16:34:04 -07:00
parent d400057f7e
commit 8a3aa8169f
2 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"main": "index.ts",
"scripts": {
"start": "expo start",
"start": "expo start -c",
"ios": "expo run:ios --device",
"publish:ios": "eas build --platform ios --auto-submit && echo 'Go to App Store Connect and submit the testflight build for app review. Visit for more information: https://docs.expo.dev/submit/introduction/'",
"android": "expo run:android",