From 3eaeaa3b4a75cc10a9299e7eea25bd156132e108 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:20:36 +0200 Subject: [PATCH] Update .env.development Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .env.development | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 98a0a161..1ef8a0d9 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,8 @@ EXPO_PUBLIC_WRITE_DEBUG=1 EXPO_USE_METRO_REQUIRE=1 # TV development support (used in metro.config.js) -EXPO_TV=1 +# EXPO_TV=1 +# Uncomment the above line ONLY when working on TV features. Leave commented for mobile-only development to avoid issues. # Fast resolver optimization (2025 feature) EXPO_USE_FAST_RESOLVER=1