expoui-appletv.mov
expoui-iphone-small.mov
This is a project demonstrating the production-ready Expo UI package available in SDK 56 and later. The project works on both TV (Apple TV, Android TV) and mobile (iOS, Android).
The project also uses:
- The React Native TV fork, which supports both phone (Android and iOS) and TV (Android TV and Apple TV) targets
- The React Native TV config plugin, to allow Expo prebuild to modify the project's native files for TV builds
-
cdinto the project -
TV builds:
pnpm install
pnpm prebuild:tv # Executes Expo prebuild with TV modifications
pnpm ios # Build and run for Apple TV
pnpm android # Build and run for Android TV- Mobile builds:
pnpm install
pnpm prebuild # Executes Expo prebuild without TV modifications
pnpm ios # Build and run for iOS
pnpm android # Build and run for Android mobileYou can start developing by editing the files inside the app directory. This project uses file-based routing.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
Join our community of developers creating universal apps.
- Expo on GitHub: View our open source platform and contribute.
- Discord community: Chat with Expo users and ask questions.