Skip to content

Commit cc25043

Browse files
committed
Update Examples.swift
1 parent 08461a5 commit cc25043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Examples/ExamplesApp/Examples.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ struct Examples: View {
2323
]
2424

2525
var body: some View {
26-
NavigationView {
26+
NavigationStack {
2727
List(lists) { (list) in
2828
NavigationLink(list.name, destination: list)
2929
}
3030
.navigationTitle("Toolkit Examples")
3131
.navigationBarTitleDisplayMode(.inline)
3232
}
33-
.navigationViewStyle(.stack)
3433
}
3534
}
3635

0 commit comments

Comments
 (0)