Files
examples/with-sqlite/README.md
2020-04-22 18:28:44 +02:00

987 B

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 expo start, try it out.

📝 Notes