Florentin / 珞辰
Florentin / 珞辰
Have you tried using the `import` syntax instead?
> Yes, when using the import syntax it still throws an error. Is there any repo I can check out? > I am wondering whether I need to use this...
Should be fixed in `2.9.0`
Thanks for your feedback. > I'm curious, what's stopping you from naming your theme colors using the same convention that is currently being used (`secondary_text_dark`, `hint_foreground_light`, etc...)? - Prefixed with...
They were used by Google, but you would theme native dialogs the following: ```xml @color/shrine_pink_100 @color/shrine_pink_100 @color/shrine_pink_light @color/shrine_pink_900 @style/MaterialAlertDialog.App @style/MaterialAlertDialog.App.Title.Text @style/Widget.App.Button @style/Widget.App.Button ``` Since this library is using react-native components,...
> Thanks, makes sense 👍 > > Just to clarify: > > > I haven't tested it, but I am sure you could do something like this to keep the...
The [toolchain file](https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file) should help in this scenario right? It could be created with https://github.com/marketplace/actions/create-file.
From what I see we'd also have to use a cargo configuration file. https://doc.rust-lang.org/cargo/reference/config.html#configuration-format  We can also specify the target directory here to resolve...
Hey there 👋🏻 . Seems like this is a Windows-specific error. Were you using one of the examples or do you have a reproduction repo so I can look into...
I think I managed to resolve the issue. The binary name resolving didn't include `.exe` which is added on Windows. In case this issue is not resolved by using `[email protected]`...