Skip to content

📱 A template for your local-first Expo project: Bun, Expo 51, TypeScript, TailwindCSS, DrizzleORM, Sqlite, EAS, GitHub Actions, Env Vars, expo-router, react-hook-form.

License

Notifications You must be signed in to change notification settings

toppsdown/app-config-min-repro

 
 

Repository files navigation

Expo Local-first Template Twitter

Expo Starter Kit

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

📚 What's inside

  • 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.

Requirements

Getting started

Run the following command on your local environment:

bunx create-expo-app --template [email protected]:expo-starter/expo-local-first-template.git

Then, you can run locally in development mode with live reload:

bun run dev:ios
# Or
bun run dev:android

React Native Expo Starter Kit

This will open the app in the iOS simulator or Android emulator.

Contributions

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.

License

See LICENSE for more information.


Expo starter Twitter

About

📱 A template for your local-first Expo project: Bun, Expo 51, TypeScript, TailwindCSS, DrizzleORM, Sqlite, EAS, GitHub Actions, Env Vars, expo-router, react-hook-form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%