Update eas.json

This commit is contained in:
lostb1t
2025-02-05 13:58:30 +01:00
committed by GitHub
parent d3d1a7bcde
commit 2764f1736a

View File

@@ -11,6 +11,16 @@
"buildType": "apk"
}
},
"development_tv": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_TV": "1"
}
},
"preview": {
"distribution": "internal"
},