Brian Bernberg
Results
2
comments of
Brian Bernberg
I actually found a simpler way to comply with `NavigationStack` approach -- Apple (quietly) introduced [this method](https://developer.apple.com/documentation/swiftui/view/navigationdestination(ispresented:destination:)) in iOS 16 along with `NavigationStack`. While they state that binding to a...
@karthikAdaptavant I've been using [this fork/branch](https://github.com/bbernberg/FlowStacks/tree/bb-nav-stack) successfully with multiple routes in the array without issue.