Closed dortus47 closed 2 years ago
Thanks for raising this issue and providing example code.
When managing your own NavigationView
you will need to set its navigationViewStyle
to .stack
. Otherwise there are some spurious binding updates that cause this issue.
I modified the code with the solution you told me, and I checked that it works normally. I didn't expect to get a reply so soon, but I was a little surprised. Thank you for creating a good library.
https://user-images.githubusercontent.com/48409434/173030632-60cf36e6-f641-4389-b268-efa31668cea7.MP4
navitest.zip
I was using FlowStacks to create an app that pushes a new view every time I press a button. However, if the view stack is stacked more than three times using push several times, the view is not pushed normally and bounces out. How do we solve this?