Skip to content

Expo Adapter Examples

Examples using @livestore/adapter-expo for React Native mobile applications.

Expo LinearLite

Screenshot coming soon

Mobile issue tracker built with Expo and React Native, bringing the full Linearlite experience to iOS and Android with offline-first capabilities.

Technologies: React Native • Expo • Mobile • TypeScript • LiveStore

Expo TodoMVC + CF Sync

Screenshot coming soon

Mobile todo application with Cloudflare synchronization, demonstrating cross-platform data sync between web and mobile clients.

Technologies: React Native • Expo • Cloudflare • Real-time Sync • LiveStore

Sync Provider: cloudflare

  • Uses native Expo SQLite stored in device’s SQLite directory
  • Requires New Architecture (Fabric) - incompatible with old architecture
  • Single-threaded operation in main thread
  • WebSocket connections for sync via React Native dev server

View all examples on GitHub →