Skip to content

iOS 14 and few navigation(item:) #4

@edon2005

Description

@edon2005

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)      
} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions