FlowStacks allows you to hoist SwiftUI navigation and presentation state into a Coordinator
854
stars
66
forks
source link
When using the popToRoot function, it appears that views are being dismissed one by one instead of directly navigating to the root view #71
Closed
wahidtariq closed 9 months ago
Steps to reproduce
Expected behavior
Actual behavior
Instead of directly navigating to the root view controller, the app dismisses views one by one until reaching the root view controller.
iOS version: [iOS 17.2]
Xcode version: [Xcode 15.2]
Relevant code snippets: