SwiftUI Navigating Views

Hello all!

Is there anyone that can lend some help here. I’m stuck and have been looking for the correct answer for days.

I want to navigate from a login view to the users home view after the user successfully logs in. However all I have found is navigation view and navigation link. I don’t want there to be a Nav menu and a back button on the users home view to go back to the sign in view. How do I use SwiftUI to do this like ever other app out there?

Thank you