Ios swift – Are there any way to work using NavigationStack with NavigationLink to support applications below iOS 16?
In some points of the code, I need to use this: NavigationLink( destination: LoginViewScreen(), isActive: $navToLogin ) { EmptyView() } ... because my navigation is not using a button, I use only the property as trigger to navigate. I'm receiving…