Skip to content

Latest commit

 

History

History

with-sqlite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SQLite Example

Supports Expo iOS Supports Expo Android

Example demonstrating use of the SQLite API in Expo.

The app allows adding todo items, marking them as done, and deleting done items. SQLite features used include creating and opening databases, creating tables, inserting items, querying and displaying results, using prepared statements.

Simulator Example

🚀 How to use

  • Run yarn or npm install
  • Run yarn start or npm run start to try it out.

📝 Notes