bobby
bobby
Did you figure this out? I'm running into the same issue. .border .roundCorners are both not working for me.
Did you figure this out? I'm trying to use a queue as well for me interrupt
Is there a way to currently mock things in PlatformIO?
> ``` > if #available(iOS 13.0, *) { > for scene in UIApplication.shared.connectedScenes { > if scene.activationState == .foregroundActive { > guard let window = ((scene as? UIWindowScene)!.delegate as! UIWindowSceneDelegate).window...
This is also broken for me :(. Removing ./ worked for me as well, but this isn't great considering I'd like to keep my assets in a single folder. What...
By the way I also had to add `declare module '*.png';` to my `typings.d.ts` file as I'm using Typescript.
Sry don't mean to spam. But I've now changed it to `import logo from '/../assets/logo.png';` and it works. Basically the path can't start with a dot? Seems like a bug...
Hey there, is there a workaround to be able to bundle fonts currently? I'm trying to do this now with the typescript version of create-react-library and getting an error. Here's...
Hey @kzviagina thanks for the response! Sorry could you elaborate a bit on how to "add the ability to bundle fonts". Are you aware of exactly how to do that?...
Ah I see. Ok thank you so much that's very helpful!