SwiftUI tvOS NavigationTransition and matchedTransitionSource

According to the docs tvOS 18+ supports the new NavigationTransition and the matchedTransitionSource and navigationTransition(.zoom(sourceID: id, in: namespace)) modifiers, however they don't seems to work.

Taking the DestinationVideo project example from the latest WWDC the matchedTransitionSourceis marked with #if os(iOS)

Is it supported by tvOS or is it for iOS only?

https://developer.apple.com/documentation/swiftui/view/navigationtransition(_:) https://developer.apple.com/documentation/swiftui/view/matchedtransitionsource(id:in:configuration:)

@HZApps both APIs are supported on tvOS.

@DTS Engineer Hey, it seems like they have no effect at all in tvOS, is that correct?

SwiftUI tvOS NavigationTransition and matchedTransitionSource
 
 
Q