Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 14 and few navigation(item:) #4

Open
edon2005 opened this issue Sep 15, 2022 · 1 comment
Open

iOS 14 and few navigation(item:) #4

edon2005 opened this issue Sep 15, 2022 · 1 comment

Comments

@edon2005
Copy link

edon2005 commented Sep 15, 2022

Hey guys,

did you meet a problem with using couple navitaion(item:) on iOS 14?
For me there is a issue, when I change Light/Dark mode on phone, it invoke pop for any of navigation(item:) if they are set in this way:

MainView()
.navigation(item: router.isReadyViewModel1) {
         ChildrenView1(viewModel: $0)
}
.navigation(item: router.isReadyViewModel2) {
         ChildrenView2(viewModel: $0)      
} 
@Rittenzore
Copy link

Hey! Did you fix the problem? I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants