tzfx / owrn

OneWheel Speed, Battery, and Mode control-- on react native.
2 stars 1 forks source link

✨ : Apple Watch Support #14

Open MitchellHayes opened 1 year ago

MitchellHayes commented 1 year ago

nuff said...

tzfx commented 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.