mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
14 lines
589 B
TypeScript
14 lines
589 B
TypeScript
/**
|
|
* StreamsScreen - Re-exports from refactored module
|
|
*
|
|
* The screen has been refactored into separate manageable files:
|
|
* - ./streams/StreamsScreen.tsx - Main component
|
|
* - ./streams/useStreamsScreen.ts - Custom hook with all logic
|
|
* - ./streams/types.ts - TypeScript types
|
|
* - ./streams/constants.ts - Constants and config
|
|
* - ./streams/utils.ts - Utility functions
|
|
* - ./streams/styles.ts - StyleSheet definitions
|
|
* - ./streams/components/ - Sub-components (EpisodeHero, MovieHero, StreamsList, MobileStreamsLayout)
|
|
*/
|
|
|
|
export { StreamsScreen, default } from './streams';
|