iOS 26: .tabViewBottomAccessory - How to open a new view on the tabViewBottomAccessory

If you are currently on the beta of iOS 26, open Apple Music and you'll see a tabViewBottomAccessory that is the mini NowPlayingView. When tapped, it opens the NowPlayingView. Is there a similar way to do this in SwiftUI?

Looking through Apple's documentation, they do not specify any way to reproduce the same kind of view transition.

This is the Apple Music app with the tabViewBottomAccessory. When clicked it opens the NowPlayingView

iOS 26: .tabViewBottomAccessory - How to open a new view on the tabViewBottomAccessory
 
 
Q