This repository is a DevFlix dummy app: a small, fake “streaming” experience for developer tutorials (home feed, search, categories, continue watching, and a simple video-style watch screen). It exists to exercise a React Native monorepo with an Expo mobile client, a VegaOS Fire TV app, and a shared UI package—not as a production product.
mobile/ - Expo app (iOS, Android, Web) — DevFlix UI
vega/ - VegaOS app (Fire TV)
packages/ui/ - Shared UI component library (@vega/ui)
- Node.js
- Yarn (v4.5.0, declared in
packageManager)
yarn installyarn run:expo:go # Start dev server
yarn run:expo:ios # Run on iOS
yarn run:expo:android # Run on Androidyarn build:vega # Debug build
yarn workspace @rnmonorepo/vega run build:release # Release build
yarn workspace @rnmonorepo/vega run start # Start dev serveryarn workspace @rnmonorepo/vega run lint
yarn workspace @rnmonorepo/vega run testSet up Fast Refresh in your VegaOS app.