mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
15 lines
436 B
Plaintext
15 lines
436 B
Plaintext
# Streamyfin-specific debug flag
|
|
EXPO_PUBLIC_WRITE_DEBUG=1
|
|
|
|
# Performance optimization (official Metro flag)
|
|
EXPO_USE_METRO_REQUIRE=1
|
|
|
|
# TV development support (used in metro.config.js)
|
|
# 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
|
|
|
|
# Bundle analysis for monitoring
|
|
EXPO_ATLAS=1 |