I have peusto the code to implement the toobar at the bottom
Post
Replies
Boosts
Views
Activity
struct MedicalView: View {
var body: some View {
Text("Medical")
}
}
Invalid redeclaration of 'MedicalView'
en NavigatedLink da error:
**init(destination:isActive:label:)' was deprecated in iOS 16.0: use NavigationLink(value:label:) inside a NavigationStack or NavigationSplitView
**
it doesn't work it doesn't go to View
When I press the buttons, there's nothing missing: NavigationLink between the keys
Hello:
But how do I make the links to the views.