An open API service indexing awesome lists of open source software.

https://github.com/amanvarshney01/expo-drizzle-local


https://github.com/amanvarshney01/expo-drizzle-local

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Expo Drizzle Local Template

A modern React Native template featuring Expo (v52), NativeWind, React Native Reusables, Drizzle ORM, and Expo SQLite for local database management.

## Features

- 📱 [Expo](https://expo.dev/) v52
- 💨 [NativeWind](https://www.nativewind.dev/) v4 (TailwindCSS for React Native)
- 🎯 [React Native Reusables](https://rnr-docs.vercel.app/) - Pre-built UI components
- 🗄️ [Drizzle ORM](https://orm.drizzle.team/) - Type-safe ORM
- 📦 Expo SQLite - Local database management
- ⚡ Expo Router for file-based routing
- 🎨 Tailwind CSS configuration with animations

## Quick Start

Use degit to clone this template:

```bash
npx degit amanvarshney01/expo-drizzle-local my-app
cd my-app
```

Install dependencies:

```bash
bun install
```

Start the development server:

```bash
bun run dev # Start Expo development server
bun run dev:web # Start web development server
bun run dev:android # Start Android development server
```

## Scripts

- `npm run dev` - Start Expo development server
- `npm run android` - Run on Android
- `npm run ios` - Run on iOS
- `npm run web` - Run on web
- `npm run clean` - Clean project files
- `npm run lint` - Lint code
- `npm run format` - Format code
- `npm run build:dev` - Build development bundle
- `npm run build:preview` - Build preview bundle
- `npm run build:prod` - Build production bundle