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