I used this code as part of a signup page but it keeps saying that the syntax of the navigation link was deprecated. How would I fix this?
Example code:
NavigationLink(destination: SignUpView(), isActive: $isNavigating) {
Text("Don't have an account? Sign Up")
.foregroundColor(.blue)
}
.padding(.top)
}
.padding()
.navigationBarBackButtonHidden(true)
Selecting any option will automatically load the page