# Streamyfin Production Configuration EXPO_PUBLIC_WRITE_DEBUG=0 # Production Performance Optimizations NODE_ENV=production EXPO_USE_METRO_REQUIRE=1 EXPO_USE_FAST_RESOLVER=1 # Production Build Optimizations EXPO_OPTIMIZE_BUNDLE_SIZE=1 EXPO_NO_CLIENT_ENV_VARS=1 EXPO_LEGACY_BUNDLER=0 # Bundle Analysis (for monitoring) EXPO_ATLAS=0 # Production Cache Optimizations METRO_CACHE=1 # Security & Performance EXPO_NO_DOTENV=1 FAST_REFRESH=0 # Production Bundle Features EXPO_USE_HERMES=1 EXPO_MINIFY=1