Open MitchellHayes opened 1 year ago
Looks like there is some tooling around this: https://github.com/mtford90/react-native-watch-connectivity HOWEVER it's very clear (and reasonably obvious, I guess) that we'll need to write the actual WatchOS extension using xcode's interface goings-ons and swift. The native connector will allow messages to be pushed in either direction (so we can add things like mode switching and custom shaping to the watch, and the application will able to handle the commands).. however the UI stuff looks like it has to be in native swift.
nuff said...