kapobajza / React_Native_Offline_first_sample

A React Native (expo) sample showing how to make an offline first app using Tanstack Query and SQLite
39 stars 6 forks source link

Offline first sample app

This is a simple TODO app that demonstrates the offline first approach using expo, expo-sqlite and TanStack Query.

Running the app

To run the app on iOS, in development mode, run the following command:

npx expo run:ios

Similarily, for Android run:

npx expo run:android