Skip to content

Commit fd4fa5d

Browse files
authored
Better clarification
1 parent a9bc409 commit fd4fa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/nesting-navigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ When nesting navigators, there are some things to keep in mind:
177177

178178
### Each navigator keeps its own navigation history
179179

180-
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.
180+
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.
181181

182182
### Each navigator has its own options
183183

0 commit comments

Comments
 (0)