Yunus Keskin
Yunus Keskin
@Qw4z1 If tab navigator tabs has Nested Navigator, and using your navigator order, tabX -> tabXParentNav -> Screen0 -> Screen1 and open BottomSheetScreen. After that calling back, back handler starts...
@Qw4z1 Thanks for preparing a small project. I have spent 5-10 hours + on workarounds for Voyager. I never want to spend an extra minute for voyager, I don't want...
Same issue on kotlin 1.9.0. +1
@RyuNen344 Ofcourse, kotlin = "1.9.23" distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
@egorikftp Thanks for the research. I haven't tried it but if it works I will use it with this scoped func. Writing all ios modules one by one made me...
I think problem occurs when multiple click to navigate or same screen popud. If u remove SlideAnimation etc.. error can be gone. But I applied this solution for my project....
Can you please merge this commit if possible? @ilya-g
Anyone has a working example about dependency import for android/ios?