-
Hello. I have an issue with the nested NavGraphs. Could help me to figure it out, please?
The issue:
`java.lang.IllegalArgumentException: Navigation destination that matches request NavDeepLinkReque…
-
Hi!
Is it possible to specify a directory every module can output their destination instead of inside their individual modules? I've tried
using
`arg("compose-destinations.mode", "[GENERATION_MOD…
-
https://stackoverflow.com/questions/54616996/android-navigation-component-and-bottomnavigationview-in-a-multi-module-application
I am facing extract same circumstance here... trying to create a mul…
-
I'm seeing the following error when trying to build a project:
```
> Task :androidApp:kspDevDebugKotlin FAILED
e: [ksp] java.lang.ClassCastException: class com.google.devtools.ksp.impl.symbol.kot…
-
Is there any way define custom properties on a graph, and then check them as part of the `NavController.currentDestination`?
For example:
```
@RootNavGraph(start = true)
@NavGraph
annotation cl…
-
let's say I have a composable with some dependencies.
```kotlin
@RootNavGraph
@Composable
@Destination
fun SomeScreen(
dependency1: Dependency1,
dependency2: Dependency2,
)
...
D…
epool updated
2 years ago
-
When navigating between the Leaderboard and other tabs, the Leaderboard is recreated every single time you return. The recycler state should be retained. This is the same issue I'm having with my loca…
-
Hello,
I've been converting an existing app's navigation to use this library (60+ screens and 6+ nested nav graphs, should be a good test for the library 😉) and have found a nice-to-have that could…
-
Amazing work with the library, it really makes things easier!
One question, if you want animations between screen you can create custom style for each screen that overrides the default `AnimatedNa…
-
It is desirable to allow users to draw bounding boxes on the map that represent areas that are blocked. The dashboard should then determine which lanes for the different fleets will be blocked and app…