Documents
Draft

Mobile App Architecture

Last edited by Priya Sharma · Mar 3, 2026

React Native with Expo for cross-platform development. Shared business logic with the web client through a common TypeScript SDK.

Navigation Structure

  • Bottom tabs: Dashboard, Projects, Documents, Tasks, Profile
  • Stack navigation within each tab
  • Deep linking for push notification targets

Offline Strategy

SQLite for local document cache. Conflict resolution uses last-write-wins for simple fields and operational transform for rich text blocks.