Skip to content

Expo + Next.js Full-Product Universal apps, with git based plugin branches

Notifications You must be signed in to change notification settings

codinsonn/universal-app-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal Expo + Next.js App Router Starter

A minimal starter for a universal Expo + Next.js app with their respective app routers.

It's a good starting point if you want to:

  • ✅ make use of app-dir file based routing in expo and next.js
  • ✅ have a minimal monorepo setup with Typescript but no monorepo tool yet
  • ✅ leave all other tech choices for e.g. styling, dbs, component libs, etc. up to you

Usually the result of a frequent exercise where I attempt to recreate aetherspace from scratch using the latest recommended expo + next.js starter from the Expo docs to see whether the setup and config for aetherspace can be simplified. Also handy to notice where issues occur and how to fix them.

Getting Started

npm install
npm run dev

Open http://localhost:3000 with your browser to see your Next.js 14 app on web.

Install and/or open the Expo Go app on your phone and scan the QR code to test your Expo SDK 50 app on mobile.

Alternative Universal App starters

See How to choose cross-platform tech on dev.to for our more detailed list of alternatives.

Our main recommendation for a more opinionated, more automated and extensible Universal Expo + Next.js starter to move fast and build things will always be Aetherspace 👇

Main Aetherspace Universal App starter

Docs with Storybook

Next adapter & related docs

About

Expo + Next.js Full-Product Universal apps, with git based plugin branches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published