Skip to content

[Watch] 5 - Mirror weather and radar #488

Description

@KacperKozak

What to build

Deliver native iOS weather to the wrist and port forecast and radar behavior, retaining Android's visibility-scoped fetching and offline handling.

Source: docs/watchos.md and the approved watchOS parity plan. Execution: AFK, with integrated hardware validation in slice 8.

Likely files

  • modules/vescape-core/ios/weather/WeatherCoordinator.swift — existing native iOS integration or test starting point.
  • modules/vescape-core/android/src/main/java/expo/modules/vescapecore/watch/WatchWeatherPusher.kt — existing Android phone-side parity peer.
  • watch/wearos/src/main/java/app/vescape/wear/WeatherScreen.kt — existing Wear OS behavior or wire-contract peer.
  • watch/wearos/src/main/java/app/vescape/wear/RadarScreen.kt — existing Wear OS behavior or wire-contract peer.
  • watch/wearos/src/main/java/app/vescape/wear/WatchRadar.kt — existing Wear OS behavior or wire-contract peer.
  • watch/wearos/src/main/java/app/vescape/wear/WatchWeather.kt — existing Wear OS behavior or wire-contract peer.

Implementation hints

Read current Android code, not historical alert-forwarding docs. Keep native phone truth and actions in vescape-core; do not make live wrist behavior depend on JS. Add bidirectional @parity links for equivalent contracts/logic and document verified platform differences in docs/watchos.md. New durable watch source belongs under watch/watchos/, not generated ios/. The local planning document will be included in the draft watchOS feature PR; this issue includes its relevant requirements independently.

Acceptance criteria

  • Weather snapshots and forecast appear on the correct pages and reflect current phone state.
  • Radar fetches only when its active page requires it; hidden/ambient pages do not keep fetching.
  • Missing/stale weather, unavailable imagery and offline/reconnect states remain usable and truthful.
  • Verify weather payload parity and replay fixtures, radar request lifecycle and cancellation.

Blocked by

Related

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:iosiOS-only work: platform port and iOS-specific native code. Not cross-platform work that touches iOSarea:nativeTouches native side (modules/vesc-ble, Swift/Kotlin)area:watchWatch Mirror: wrist telemetry + alert playback (Wear OS / watchOS companions)complexity:mediumNeeds care, moderate integration surface. Use sonnet.enhancementNew feature or requestready-for-agentFully specified, ready for an AFK agent

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions