Navigator Config
Going back to our rememberNavigator
call, we can also provide a NavigatorConfig
. This is where we link a NavigationKey
to a NavigationNode
, define transition animations, etc.
For example:
Note that a NavigationKey
that uses WithNode don't need to define a representation inside NavigatorConfig
Last updated