compose-navigation-reimagined icon indicating copy to clipboard operation
compose-navigation-reimagined copied to clipboard

🌈 Type-safe navigation library for Jetpack Compose

Results 11 compose-navigation-reimagined issues
Sort by recently updated
recently updated
newest added

With androidx.navigation you have getBackStackEntry method that returns implementation of ViewModelStoreOwner interface for any destination that is currently on back stack. This is handy for sharing state between parent and...

androidx.lifecycle 2.5 added new API for easier creation of custom ViewModel factories. It needs some integration from this library. Namely, NavHostEntry needs to override getDefaultViewModelCreationExtras() method to set default CreationExtras...

Hello, I cannot find any mention of bottomsheet. How does it work with this library? Is it expected to use DialogNavigator to show those bottomsheet? I expect that bottomsheet is...

Will it be added?

Title says itself 👀 They also added key parameter to the hiltViewModel()

Personally I love this library and use it in all of my projects however recently the question has come up of eventually support multiplatform (desktop, ios, etc.), however this does...

It would be nice if there would be an apk file, you would not have to build the sample app yourself.

I ask for a recommended architecture of how Repositories can be instantiated using this library. Manual dependency injection for now (because I want to learn it before using Hilt). Thank...

Suppose you have a simple button, when clicked it calls navController.navigate(destination). Now, if you double-tap it or press it quickly multiple times, multiple navigate() calls will be invoked. I'd love...