Skip to content

adhorodyski/rn-sqlite

Repository files navigation

This is a new React Native project, bootstrapped using @react-native-community/cli.

Overview

This is a sample React Native chat application that uses SQLite as a local database.

Getting Started

This project uses Bun as a package manager and a task runner.

Step 1: Start the Metro Server

bun run start

Step 2: Start your Application

For Android

bun run android

For iOS

bun run ios