The Expo Local-First Template
is a free project model with up-to-date frameworks and configurations for your new local-first Expo project.
If you're searching for a more production-ready template, consider purchasing the Expo Starter Kit. Your support will help us maintaining our free templates as well.
For local-first example with remote sync please check our article
- β‘ Expo v51 - Built with Expo for cross-platform support
- βοΈ React Native v0.73.6 for building native apps using React
- π½ Local-first based on Expo SQLite for for native and Sqlite.js for Web
- π½ Full integrated with DrizzleORM including live query
- π Integrate with NativeWind v4, Tailwind CSS for React Native
- π¦ zustand
- π¨ Common components from the rn-reusables
- π Dark and light mode - Android Navigation Bar matches mode and Persistant mode
- π Linter and Code Formatter with biome
- π VSCode recommended extensions, settings, and snippets to enhance the developer experience.
- Node.js 20+ and pnpm or bun
- iOS Simulator
- Android Studio Emulator
Run the following command on your local environment:
bunx create-expo-app --template @expo-starter/template
Then, you can run locally in development mode with live reload:
bun run dev:ios
# Or
bun run dev:android
This will open the app in the iOS simulator or Android emulator.
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug. Totally open to any suggestions and improvements.
See LICENSE for more information.