Skip to content

Commit 91ed751

Browse files
Adds availability annotation for all platforms
1 parent 04c378d commit 91ed751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NavigationBackport/NBNavigationStack.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ var supportedNavigationViewStyle: some NavigationViewStyle {
178178
private let willResignActive = UIApplication.willResignActiveNotification
179179
#endif
180180

181-
@available(iOS 16.0, *)
181+
@available(iOS 16.0, macOS 13.0, watchOS 9.0, *, tvOS 16.0, *)
182182
extension View {
183183
@ViewBuilder
184184
func anyHashableNavigationDestination<D, C>(

0 commit comments

Comments
 (0)