Skip to content

Dedicated App Codebases - Expo and Next.js

Apps in the monorepo

AppLaunchKit provides separate codebases specifically tailored for building your Expo and Next.js apps. Additionally, it also provides codebases to manage Storybook separately for Expo app and Next.js app.

Expo App

  • Expo SDK 51: Leverage the latest features and functionalities offered by Expo SDK 51 for a smooth development experience.
  • Expo Router v3: Craft intuitive navigation within your Expo app using the well-established Expo Router v3.
  • Expo Auth Session: Streamline user authentication with Expo Auth Session, supporting popular methods like Email & Password and Google Auth. This simplifies the login process for your Expo app users.

Next.js App:

  • Next.js App Router: For enhanced performance and SEO, you have the flexibility to utilize Next.js App Router with features like React Server Components (RSC) and Server-side Rendering (SSR). This empowers you to build dynamic and SEO-friendly Next.js applications.
  • Pre-built Auth: Already implemented robust authentication for your Next.js app with email auth and Google Auth. It offers seamless integration with Supabase, ensuring a secure and familiar login experience for your Web users.

Supabase:

  • Supabase Local Instance: Init using Supabase CLI.
  • Pre-configured Auth: Email Auth and Google OAuth.