-
Hello Rafael,
First of all, I would like to thank you for this great library. A real pleasure to use every day ! đź‘Ź
My issue is that I trying to use DeepLinks with a changing configuration, thanks …
-
In my app I have the following setup
```
val engine = rememberAnimatedNavHostEngine()
val navController = engine.rememberNavController()
val sheetState = initModalBottomSheetState()
val bottomShe…
-
I have a profile module with a few destinations. Inside that module i create
`@NavGraph
internal annotation class ProfileGraph` then in app module i create a
`@NavGraph
internal annotation cla…
-
Related to #660: after hacking around that issue, another surfaced, where string names were passed instead of actual values when opening the start destination and no arguments were provided.
Instea…
-
Hello,
I'm not able to fine migration steps for manually defined navigation graph to v2.
https://composedestinations.rafaelcosta.xyz/defining-navgraphs?_highlight=navgraphspec
https://compose…
-
If I use `com.google.android.horologist.compose.nav.SwipeDismissableNavHost` from Horologist (v0.6.17), instead of `androidx.wear.compose.navigation.SwipeDismissableNavHost`, then I get the following …
-
Hi,
I'm changing from 1.10.2 to 2.1.0-beta09 and I'm having some difficulties changing to the new version.
In the app I have 5 Nested Graphs all of them share the same pages, and the start page …
-
When adding a new destination and rebuilding the project the old nav graphs and destinations are not found, so i have to comment them all out and rebuild the project which is alot of work every time i…
-
I had a problem after updating to 2.1.0-beta03. No problem with 2.1.0-beta02.
I created MainGraph in the app module and only included `XXXDestination` and `XXXXNavGraph` in another module.
※There …
-
Someone requested the inclusion of your app with the [IzzyOnDroid repo](https://apt.izzysoft.de/fdroid) (by mail to me), so I've just taken a look. May I make 2 suggestions for improvement here, so it…