From fd4fa5d1a1b20ec5dde523d909f56b08d4b185cf Mon Sep 17 00:00:00 2001 From: z3ntl3 <48758770+Z3NTL3@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:55:41 +0100 Subject: [PATCH] Better clarification --- versioned_docs/version-7.x/nesting-navigators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-7.x/nesting-navigators.md b/versioned_docs/version-7.x/nesting-navigators.md index 4264cc57dcb..f98e034d534 100755 --- a/versioned_docs/version-7.x/nesting-navigators.md +++ b/versioned_docs/version-7.x/nesting-navigators.md @@ -177,7 +177,7 @@ When nesting navigators, there are some things to keep in mind: ### Each navigator keeps its own navigation history -For example, when you press the back button when inside a screen in a nested stack navigator, it'll go back to the previous screen inside the nested stack even if there's another navigator as the parent. +For example, when you press the back button of a stack navigator nested within another navigator, it will go to the previous screen of the closest ancestor navigator, for which in this case it is the stack navigator. ### Each navigator has its own options