How do i keep initial route with nested navigation with React Navigation v5?
问题 First let me state that I know how to navigate from one nested page to another using react navigation. However, whenever i navigate to a nested screen that is not the initial route, that screen now become the first screen whenever i navigate back to that nested stack. Example . Parent Navigator Nested Stack Navigator 1 screen A (Initial Route) screen B Nested Stack Navigator 2 screen C (Initial Route) screen D Nested Stack Navigator 2 screen E (Initial Route) screen F Normally when navigating