feat: expo env variables & export logs

This commit is contained in:
herrrta
2025-03-29 10:44:28 -04:00
parent 71c15f3651
commit 6555251c2e
8 changed files with 56 additions and 13 deletions

View File

@@ -6,10 +6,10 @@
"submodule-reload": "git submodule update --init --remote --recursive",
"clean": "echo y | expo prebuild --clean",
"start": "bun run submodule-reload && expo start",
"ios": "EXPO_TV=0 DEBUG=1 expo run:ios",
"ios:tv": "EXPO_TV=1 DEBUG=1 expo run:ios",
"android": "EXPO_TV=0 DEBUG=1 expo run:android",
"android:tv": "EXPO_TV=1 DEBUG=1 expo run:android",
"ios": "EXPO_TV=0 expo run:ios",
"ios:tv": "EXPO_TV=1 expo run:ios",
"android": "EXPO_TV=0 expo run:android",
"android:tv": "EXPO_TV=1 expo run:android",
"prebuild": "EXPO_TV=0 bun run clean",
"prebuild:tv": "EXPO_TV=1 bun run clean",
"prepare": "husky",
@@ -56,6 +56,7 @@
"expo-router": "~4.0.17",
"expo-screen-orientation": "~8.0.4",
"expo-sensors": "~14.0.2",
"expo-sharing": "~13.0.1",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.8",