Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use NavigationStack when available #87

Open
lisindima opened this issue Oct 8, 2024 · 2 comments
Open

Use NavigationStack when available #87

lisindima opened this issue Oct 8, 2024 · 2 comments

Comments

@lisindima
Copy link

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
Copy link
Owner

johnpatrickmorgan commented Oct 10, 2024

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
Copy link
Author

Out of interest, what is the bug please?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants