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

@@ -11,7 +11,7 @@
"buildType": "apk"
},
"env": {
"DEBUG": "1"
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"development_tv": {
@@ -22,13 +22,13 @@
},
"env": {
"EXPO_TV": "1",
"DEBUG": "1"
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"preview": {
"distribution": "internal",
"env": {
"DEBUG": "1"
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"development-simulator": {
@@ -38,7 +38,7 @@
"simulator": true
},
"env": {
"DEBUG": "1"
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"production": {