swiftui full swipe navigation feature does not work with multiple navigation in a row
I created a view in Swiftui to add full swipe navigation feature and in this view full swipe feature works only on the first navigation screen. when there are multiple navigations in a row, full swipe feature does not work on those screens. to solve the problem I tried to remove onDisappear in the view modifier, but this time the app freezes because tab views conflicts with the gesture on my screen.