From 2764f1736a119e5bb3de0e3c96b8202675eb327d Mon Sep 17 00:00:00 2001 From: lostb1t Date: Wed, 5 Feb 2025 13:58:30 +0100 Subject: [PATCH] Update eas.json --- eas.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/eas.json b/eas.json index 9821cceb..0a562d08 100644 --- a/eas.json +++ b/eas.json @@ -11,6 +11,16 @@ "buildType": "apk" } }, + "development_tv": { + "developmentClient": true, + "distribution": "internal", + "android": { + "buildType": "apk" + }, + "env": { + "EXPO_TV": "1" + } + }, "preview": { "distribution": "internal" },