Programmatic navigation has a dependency on NavigationView, but it has Safari-File-Picker behavior on MacOS which is not the most convenient one 🌚. I tried to find workarounds for a while so maybe this will be helpful for other MacOS developers, which will use CombineFeedback 🙂
Here is a draft for manual NavigationView implementation (_noanimation).
Xcode 12 supports switch expressions, which can be handy for navigation, especially in MacOS, so I came to this solution
Programmatic navigation has a dependency on NavigationView, but it has Safari-File-Picker behavior on MacOS which is not the most convenient one 🌚. I tried to find workarounds for a while so maybe this will be helpful for other MacOS developers, which will use CombineFeedback 🙂
switch
expressions, which can be handy for navigation, especially in MacOS, so I came to this solution