# Mobile strategy

White-label iOS/Android apps consume the same `/api/v1` as web.

## Phase 8 deliverable

- `mobile/` Expo shell with login + dashboard
- Per-tenant branding via build-time env (`APP_NAME`, colors, logo)

## Roadmap

1. **MVP** — auth, dashboard, product list (current shell)
2. **POS** — cart + checkout offline queue
3. **Push** — FCM/APNs via notification providers
4. **Store builds** — EAS Build per reseller tenant

## API requirements

All mobile calls use JWT Bearer auth. Respect `FeatureGateService` module errors (402/403).
