Expo Mobile App Template
A production-ready mobile app template built with Expo, featuring AI capabilities, authentication, and cross-platform support.
Features
- Cross-platform (iOS & Android) support
- Expo SDK latest
- Authentication with Expo Auth Session
- AI features integration
- Offline storage with AsyncStorage
- Native UI components
- TypeScript
- Push notifications
Getting Started
Prerequisites
- Node.js 20 or later
- Bun package manager
- Expo CLI
- iOS Simulator or Android Emulator
Installation
bun create magicword-app my-expo-app --template expo
cd my-expo-app
bun install
Development
bun start