You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/switch-navigator.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,13 @@ title: createSwitchNavigator
4
4
sidebar_label: createSwitchNavigator
5
5
---
6
6
7
+
The purpose of SwitchNavigator is to only ever show one screen at a time. By default, it does not handle back actions and it resets routes to their default state when you switch away.
8
+
This is the exact behavior that we want from the [authentication flow](/docs/auth-flow.md).
0 commit comments