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).
- Run
yarnornpm install - Run
yarn startornpm run startto try it out.
