Hey. Does anyone know where to do a feature reques...
# compose
p
Hey. Does anyone know where to do a feature request for
navigation-compose
? Specifically, adding a
NavOptions?
parameter to the
NavController.navigate
extension function.
i
You'd want to add them to the Navigation component: https://issuetracker.google.com/issues/new?component=409828
What in
NavOptions
are you specifically looking to use?
a
We also need the
NavOptions
. In our case we need the
singleTop
and the
popUpTo
/
popUpToInclusive
p
Mainly popUpTo for Backstack clearing unless there is a better way to do it with Compose.
i
Makes sense. Please file a bug
p
i
Thanks!