Skip to content

Latest commit

 

History

History

with-tinybase

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

TinyBase Example

Supports Expo iOS Supports Expo Android Supports Expo Web

An example demonstrating the use of TinyBase with Expo.

The app allows adding todo items, marking them as done, and deleting them all, using a TinyBase store.

The data is persisted between sessions in Expo SQLite (on iOS and Android) and local storage (on web).

Example in action

🚀 How to use

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

📝 Notes