JamesSedlacek/Routing

Router function `Replace`

Closed this issue · 0 comments

Example Usage:

router.replace(with destinations: [Destination])

There's some cases where in a navigation flow, you might want to completely replace the stack with a new stack of destinations.

This function would give us that ability.