Decompose-Router icon indicating copy to clipboard operation
Decompose-Router copied to clipboard

A Compose-multiplatform navigation library that leverage Decompose to create an API inspired by Conductor

Results 17 Decompose-Router issues
Sort by recently updated
recently updated
newest added

When I want to use shared element transitions, I don't know how to implement it in this library

Cannot access 'com. arkivanov. decompose. Child' which is a supertype of 'com. arkivanov. decompose. Child. Created'. Check your module classpath for missing or conflicting dependencies ![Error_in_Homecontent](https://github.com/user-attachments/assets/16f47764-c7f9-4c63-900f-6781573ab646)

Let's assume we have following hierarchy: ``` ├── RootStackRouter │ ├── Screen with ChildStackRouter │ ├── Screen │ ├── Screen ``` Then we open the screen on`RootStackRouter`, on top of...

Hello, all works fine with compose `1.7.3`. After updating to `1.8.0` and below versions, we get an exception on app start on iOS. ```xml agp = "8.9.1" kotlin = "2.1.10"...