A React Native mobile application for the Arcanea AI creative platform, built with Expo.
- Cross-Platform: iOS and Android support
- AI Character Interactions: Powered by Anthropic Claude and OpenAI
- Voice & Speech: Real-time voice interactions
- Modern UI: NativeWind (Tailwind CSS for React Native)
- Navigation: Expo Router for type-safe navigation
- React Native with Expo 53
- TypeScript for type safety
- NativeWind for styling
- Expo Router for navigation
- AI SDK for AI integrations
- Zustand for state management
- Node.js 18+
- Expo CLI
- iOS Simulator or Android Emulator
# Clone the repository
git clone https://github.com/frankxai/arcanea-mobile.git
cd arcanea-mobile
# Install dependencies
npm install
# Start the development server
expo start# iOS
expo start --ios
# Android
expo start --android
# Web (for testing)
expo start --webapp/
├── (tabs)/ # Tab-based navigation
│ ├── index.tsx # Home screen
│ ├── lumina.tsx # Lumina AI character
│ ├── kinetix.tsx # Kinetix AI character
│ └── scripta.tsx # Scripta AI character
├── api/ # API endpoints
└── _layout.tsx # Root layout
components/ # Reusable components
assets/ # Images, fonts, etc.
constants/ # App constants
eas build --platform all --profile developmenteas build --platform all --profile productioneas submit --platform all- Arcanea Main Platform - Web applications and core platform
- Arcanea Library - Educational content and resources
Private repository - All rights reserved
This is a private repository for the Arcanea mobile application development.