mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-01 14:41:53 +01:00
Adds expo-atlas dependency for bundle size monitoring and analysis across development and production environments. Enhances metro configuration with comprehensive performance optimizations including: - Hermes parser with inline requires for 15-30% startup improvement - Advanced minification settings optimized for streaming applications - Enhanced resolver with package exports and extended asset type support - TV platform-specific optimizations with dedicated file extensions - Production serializer optimizations with module ID hashing - Development-focused error reporting and caching improvements Configures environment-specific settings for development debugging and production performance, with specialized support for media file formats and TV platform deployment.
14 lines
312 B
Plaintext
14 lines
312 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
|
|
|
|
# Fast resolver optimization (2025 feature)
|
|
EXPO_USE_FAST_RESOLVER=1
|
|
|
|
# Bundle analysis for monitoring
|
|
EXPO_ATLAS=1 |