CapacitorWatch
CapacitorWatch copied to clipboard
Build apps for watches with Capacitor
i was adding a Ui to the watch and worked fine when i updated the UI with a $number variable also showed correctly. but when sending values to the variable...
I've followed the documentation up to step 7, my watchOS.swift file currently looks like this: ``` import SwiftUI import WatchConnectivity @main struct watchOS_Watch_AppApp: App { var body: some Scene {...
When I run the app for the first time after build, it only shows 'Capacitor WATCH' - no button. and when i update the ui with my own items, it...