Skip to content

Instantly share code, notes, and snippets.

View squishykid's full-sized avatar

Robin Wohlers-Reichel squishykid

  • Sydney, Australia
View GitHub Profile
@squishykid
squishykid / uikit-apple-watch.md
Last active February 13, 2024 23:43 — forked from elliottsj/uikit-apple-watch.md
My attempt at getting UIKit to work on watchOS 2

Update: UIKit works!! More complete post & info incoming, after http://hackthenorth.com/ (where I am now) is over.

img_0016


Attempting to get React Native to work on watchOS 2, starting with trying to get just UIKit working like @steventroughtonsmith: http://blog.steventroughtonsmith.com/post/128957959685/native-uikit-apps-on-apple-watch

The 'ActualWatchApp' framework target is linked to React Native headers via Cocoapods; currently just trying to get the 'PlainWatchApp' framework target (which isn't linked to React Native) working.