Skip to content
Discussion options

You must be logged in to vote

Hi @appfrosch, NavigationLinkStore has the same deprecation level as NavigationLink(isActive:) because it uses NavigationLink(isActive:) under the hood. That is how it has been since its first introduction and was not changed in 1.0.

The guidance for using NavigationLink in a TCA app is the same as in a vanilla app. If you can target iOS 16 then you are encouraged to use the newer navigation tools, such as NavigationStack. If you don't need to use iOS 16, then targeting iOS 15 or lower will get rid of the deprecation warning.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@appfrosch
Comment options

Answer selected by appfrosch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants