I\'m building an Apple Watch app in SwiftUI and would like to implement page based navigation so when users swipe left on the home screen, they are taken to another view.
You can use multiple WKHostingControllers to bind them into pages using Storyboard.
Every WKHostingController will represent the page in your navigation flow.