NavigationView
NavigationView copied to clipboard
View().push... not working on Menu
Hi! This not open view CategoriesView: Menu { Button(action: { CategoriesView().push(with: .cubeRotation) }) { Label("Categoriess", systemImage: "list.bullet") } ....