johnpatrickmorgan / FlowStacks

FlowStacks allows you to hoist SwiftUI navigation and presentation state into a Coordinator
MIT License
835 stars 65 forks source link

Use NavigationStack when available #87

Open lisindima opened 4 days ago

lisindima commented 4 days ago

Hi, in the library code there is a condition for switching to NavigationStack if the environment value UseNavigationStackPolicy == whenAvailable, but now they are not public and it cannot be changed, are there any plans to fix this? Now there is an Apple bug on iOS 16 with NavigationView, I would like to bypass it)

johnpatrickmorgan commented 2 days ago

Hi @lisindima! I haven't yet enabled that feature as it's not working properly currently (trying to push a second screen fails). I plan to work on that in the future though not imminently.

Now there is an Apple bug on iOS 16 with NavigationView, I would like to bypass it

Out of interest, what is the bug please?

lisindima commented 2 days ago

Out of interest, what is the bug please?

https://developer.apple.com/forums/thread/716310