Danil Yudov
Danil Yudov
Project name: TelePay Project type: production Company name: NCO "Premium" (LLC) Supported targets: `android`, `iosX64`, `iosArm64` We had two separate applications for iOS and Android with an absolutely unsupported codebase,...
Hi! Decompose 3.0 is finally out. Can we wait for a new version of the library?
Hello. When I thought about implementing such feature I had a slightly different idea in mind. When using Compose, app's theme is usually not set to dark. Just use CompositionLocal...
Hello. Everything is same as in native development. In Android this possible only via reflection. For iOS / JVM / JS you can write helper to get it by string.
For iOS you need to know name of bundle. You can view it by path `yourModule/build/generated/libres/apple/libres-bundles`. For example my bundle is named `LibresShared` ```kotlin // common expect fun MainResImages.getByName(name: String,...
Path to your image looks like `commonMain/libres/images/flower_image.jpg`?
If your image has opaque background or multiple colors add `_(orig)` to its name. `image_(orig).svg` for example. **UIKit** recolors image with `AccentColor` (blue or black by default). `orig` modifier adds...
This issue isn't related to Libres. Typical JVM-application build doesn't include resources from other modules. You need to explicitly configure dependency or build a fat JAR. Or you can use...
Привет. Не самая больнючая фича, которая редко кому нужна на практике. В планах есть, но сроков по добавлению дать не могу. Мало свободного времени на развитие библиотеки
Hello. This error means that image isn't included in application build. Check that cocoapods plugin and Podfile are configured correctly.