I want to navigate between the login screen to sign up Screen with the help of button action.
Button(action: {
NavigationLink(destination:SignUpScene()){
Text("Show Detail View")
}
print("Join button tapped!!")
})