-
I would like to scope a ViewModel to a NavHost (NavGraph). I have a series of screens (scenes), which are used like a wizard, to walk the user through a process of providing a bunch of input fields. I…
dwass updated
4 weeks ago
-
**Describe the bug**
When going back from a destination (scene) the app crashes with
**To Reproduce**
Use Compose multiplatform 1.7.X-alpha or dev
navigate from a destination, go back
crash, n…
-
**Describe the bug**
在不变动代码的情况下,版本1.6.0及以下导航都是正常的,初始化后能正常跳转到默认页。将版本升级到1.6.1或者1.6.2,导航初始化后页面空白,不会进行跳转到默认页。代码显示进行跳转也不会进行。
```
PreComposeApp {
val navigator = rememberNavigator()
NavHost(
…
-
Hi, thanks for your library, this is very much missing from the official compose navigation library.
I still quite don't understand the way the routes are set up in Navigation Compose, but it seems…
-
In 1.5.10, based on the sample app called Reply, I gave it a try. However, I found that the screenType in the scene retains its initial value while the one outside the NavHost is changed correctly.
…
RYXCP updated
5 months ago
-
**Description**
When calling paparazzi.snapshot(...) for composable that has NavHost inside test fails with error NavHost requires a ViewModelStoreOwner to be provided via LocalViewModelStoreOwner. A…
-
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…
-
**Describe the bug**
When nesting a `NavHost` inside a `ModalBottomSheet` content, it shows visual glitches instead of a correct `Composables`. By glitches I mean nested `NavHost` (bottom sheet conte…
-
According to [this post](https://medium.com/androiddevelopers/navigation-compose-meet-type-safety-e081fb3cf2f8), starting with version 2.8.0-alpha08 of Navigation objects can be used in navigation.
…
-
https://github.com/LeoCare/MisCuentas/blob/d4e8707498843028723acf0b8cf27224dcb6fb39/app/src/main/java/com/app/miscuentas/features/mis_hojas/nav_bar_screen/HojasScreen.kt#L63
Mi recomendación es cre…