Skip to content

arterorx/react-native-sqlite-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native SQLite Notes 📝

Simple React Native (Expo) app demonstrating CRUD operations with SQLite.

Notes are stored locally using expo-sqlite and persist between app restarts.


Features

  • Local SQLite database
  • Create, edit and delete notes
  • Persistent storage
  • Clean mobile UI
  • FlatList for performance
  • Safe SQL queries

Screenshots

Notes list screen Add note screen


Tech Stack

  • React Native
  • Expo
  • SQLite (expo-sqlite)

Run

npm install
npx expo start

About

React Native notes app with SQLite. Full CRUD, offline-first, Expo-based.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published