We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc25043 commit 37db538Copy full SHA for 37db538
Test Runner/Test Runner/Tests.swift
@@ -16,14 +16,13 @@ import SwiftUI
16
17
struct Tests: View {
18
var body: some View {
19
- NavigationView {
+ NavigationStack {
20
List {
21
NavigationLink("Basemap Gallery Tests", destination: BasemapGalleryTestView())
22
NavigationLink("Bookmarks Tests", destination: BookmarksTestViews())
23
NavigationLink("Feature Form Tests", destination: FeatureFormTestView())
24
NavigationLink("Floor Filter Tests", destination: FloorFilterTestView())
25
}
26
27
- .navigationViewStyle(.stack)
28
29
0 commit comments