Use a Navigation Stack to present a stack of screens over a root one. Users can add screens to the top of the Navigation Stack by clicking or tapping a Navigation Link, and remove screens using built-in, platform-appropriate controls, like a Back button or a swipe gesture. The stack always displays the most recently added screen that hasn’t been removed, and doesn’t allow the root screen to be removed.
⬇ Note
Layers presented on top of the root one with the Navigation Stack do not need a Navigation Stack.