johnpatrickmorgan / FlowStacks

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

17 os navigation problems #60

Closed katringht closed 10 months ago

katringht commented 12 months ago

onBack() and .push() on 17os sometimes work weird. For instance, routes.push(.screen3) from screen2 go back to screen1

johnpatrickmorgan commented 11 months ago

Thanks @katringht! I wasn't able to reproduce this issue, but I made a change in version 0.3.5 for #61 that might just improve things. If you're still experiencing the issue, a small reproduction would be greatly appreciated. Thanks!