I have nested a Stack Navigator containing multiple screens in Top Tab Navigator. When inside stack navigator, back swipe gesture instead of navigating within Stack screens navigates to previous screen of top Tabs. Navigation Structure:
Top Tabs:
Screen 1: Botton Navigator
Screen 2: Stack Navigator:
Screen 2.1
Screen 2.2
I require navigation from 2.1 to 2.2 then when I do back swipe gesture I want to navigate back to 2.1 but it navigates to Screen 1. Can someone please help regarding this.