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
yarn
ornpm install
- Run
yarn start
ornpm run start
to try it out.