dima.avdeev

Results 111 comments of dima.avdeev

Maybe relates with https://github.com/JetBrains/compose-jb/issues/2386 and https://github.com/JetBrains/compose-jb/issues/2342

@kirillzh Yes, you can't use public Composable functions in iOS for now. But, you can use **internal** functions.

> Any updates ? It is very interesting experimental research. But, for now we are pausing it. Because we want to provide another features and bug fixes. I hope we...

@Laxystem Do you mean Compose with Wasm? Yes, Compose Wasm is experimental now. Here we have one very early experimental example: https://github.com/Kotlin/kotlin-wasm-examples/tree/main/compose-imageviewer#compose-multiplatform-for-web Latter we will migrate all our examples to...

Thanks! Your current goal is to have native iOS navigation with UINavigationController? Do you want to navigate betwee UIKit and Compose screens, or just navigate between different Compose screens? I...

Ok, thanks! For now we have different goals for better performance and fixing other bugs in Compose, but this issue is important as well. We will provide the needful API...

@AhmedMourad0 Thanks! Yeah - you are right! We have resources library and want to enhance it. Code samples https://github.com/JetBrains/compose-multiplatform/blob/master/components/resources/demo/shared/src/commonMain/kotlin/org/jetbrains/compose/resources/demo/shared/UseResources.kt Also we are looking at navigation as well! For now we...

Can you please provide a code snippet or reproducible sample on GitHub?