Hi, I'm looking to add a Now Playing view to my new SwiftUI media app but I'm having trouble understanding how to navigate to this view. I've tried with NavigationLink but failed miserably.
If anyone could share a simple example of going from a starting ContentView to the NowPlayingView I'd really appreciate it!
The documentation for this new view is here: https://developer.apple.com/documentation/watchkit/nowplayingview
Thanks, and great WWDC20 so far!