Architecture
Dedicated App Codebases
Expo and Next.js app codebases within the CloudNua Mobile monorepo, including authentication and platform-specific features.
Dedicated App Codebases - Expo and Next.js
Apps in the monorepo
CloudNua Mobile offers separate, specialized codebases for building Expo and Next.js apps along with individual Storybook setups for each platform.
Expo App
- Expo SDK 51: Provides latest features and functionalities for smooth development
- Expo Router v3: Enables intuitive navigation patterns within the mobile application
- Expo Auth Session: Facilitates user authentication supporting Email & Password and Google Auth methods
Next.js App
- Next.js App Router: Enables high-performance web applications with React Server Components (RSC) and Server-side Rendering (SSR) capabilities for enhanced SEO
- Pre-built Auth: Includes implemented authentication with email and Google OAuth options integrated with Supabase
Supabase
- Supabase Local Instance: Initialized through Supabase CLI
- Pre-configured Auth: Supports Email Auth and Google OAuth authentication methods