Skip to content

Strange results with NavigationStack #13

@Palisand

Description

@Palisand

This works nicely

NavigationView {
  VStack {
    ...
    WrappingHStack { ... }
  }
}
.navigationViewStyle(.stack) 

Image

but this does not:

NavigationStack {
  VStack {
    ...
    WrappingHStack { ... }
  }
}

Image

Any ideas why this could be occurring?
I am using the latest code on the void branch.

NavigationView is deprecated in favor of NavigationStack and so it will probably removed in the future, so I'd rather avoid using it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions