Andrew Li
Andrew Li
An update -- it looks like now I'm getting an error: `Native component for "RNAnalogClock" does not exist`. I thought I linked and included the library into my project, any...
I've updated and removed the old version with Yarn then linked (which seemed successful) but no luck. I'll try manually linking later.
I've run it and it works. I just don't know why it's not on my project. I'm using CRNA *which doesn't expose the XCode file*. I did eject and try...
Looks like this is an issue on my side then. Thanks for all the help, I'll try to get it working on my side. I'll go ahead and close this...
I'm really sorry about reopening the issue, but I was dumb and forgot that you can't link native code with CRNA. I've ejected into ExpoKit. Ejecting to a regular React...
@MrFoxPro My issue was because I was using CRNA as @MacKentoch said. You can't link assets in CRNA, thus you can't link the native bridges for the clock, thus the...
I had this issue when my `/etc/containerd/config.toml` was incorrect (was missing runc from default). This is what it looks like now on each node: ``` version = 2 [plugins] [plugins."io.containerd.grpc.v1.cri"]...