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: versioned_docs/version-6.x/bottom-tab-navigator.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,14 +61,14 @@ Default options to use for the screens in the navigator.
61
61
62
62
#### `backBehavior`
63
63
64
-
This controls how going back in the navigator is handled. This includes when the back button is pressed/back gesture is performed, or `goBack` is called.
64
+
This controls what happens when `goBack` is called in the navigator. This includes pressing the device's back button or back gesture on Android.
65
65
66
66
It supports the following values:
67
67
68
-
-`firstRoute` - return to the first tab (default)
69
-
-`initialRoute` - return to initial tab
70
-
-`order` - return to previous tab (in the order they are shown in the tab bar)
71
-
-`history` - return to last visited tab
68
+
-`firstRoute` - return to the first screen defined in the navigator (default)
69
+
-`initialRoute` - return to initial screen passed in `initialRouteName` prop, if not passed, defaults to the first screen
70
+
-`order` - return to screen defined before the focused screen
71
+
-`history` - return to last visited screen in the navigator; if the same screen is visited multiple times, the older entries are dropped from the history
Copy file name to clipboardExpand all lines: versioned_docs/version-6.x/drawer-navigator.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,14 +93,14 @@ Default options to use for the screens in the navigator.
93
93
94
94
#### `backBehavior`
95
95
96
-
This controls how going back in the navigator is handled. This includes when the back button is pressed/back gesture is performed, or `goBack` is called.
96
+
This controls what happens when `goBack` is called in the navigator. This includes pressing the device's back button or back gesture on Android.
97
97
98
98
It supports the following values:
99
99
100
-
-`firstRoute` - return to the first tab (default)
101
-
-`initialRoute` - return to initial tab
102
-
-`order` - return to previous tab (in the order they are shown in the tab bar)
103
-
-`history` - return to last visited tab
100
+
-`firstRoute` - return to the first screen defined in the navigator (default)
101
+
-`initialRoute` - return to initial screen passed in `initialRouteName` prop, if not passed, defaults to the first screen
102
+
-`order` - return to screen defined before the focused screen
103
+
-`history` - return to last visited screen in the navigator; if the same screen is visited multiple times, the older entries are dropped from the history
Copy file name to clipboardExpand all lines: versioned_docs/version-6.x/material-bottom-tab-navigator.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,14 +69,14 @@ Default options to use for the screens in the navigator.
69
69
70
70
#### `backBehavior`
71
71
72
-
This controls how going back in the navigator is handled. This includes when the back button is pressed/back gesture is performed, or `goBack` is called.
72
+
This controls what happens when `goBack` is called in the navigator. This includes pressing the device's back button or back gesture on Android.
73
73
74
74
It supports the following values:
75
75
76
-
-`firstRoute` - return to the first tab (default)
77
-
-`initialRoute` - return to initial tab
78
-
-`order` - return to previous tab (in the order they are shown in the tab bar)
79
-
-`history` - return to last visited tab
76
+
-`firstRoute` - return to the first screen defined in the navigator (default)
77
+
-`initialRoute` - return to initial screen passed in `initialRouteName` prop, if not passed, defaults to the first screen
78
+
-`order` - return to screen defined before the focused screen
79
+
-`history` - return to last visited screen in the navigator; if the same screen is visited multiple times, the older entries are dropped from the history
Copy file name to clipboardExpand all lines: versioned_docs/version-6.x/material-top-tab-navigator.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,14 +83,14 @@ Default options to use for the screens in the navigator.
83
83
84
84
#### `backBehavior`
85
85
86
-
This controls how going back in the navigator is handled. This includes when the back button is pressed/back gesture is performed, or `goBack` is called.
86
+
This controls what happens when `goBack` is called in the navigator. This includes pressing the device's back button or back gesture on Android.
87
87
88
88
It supports the following values:
89
89
90
-
-`firstRoute` - return to the first tab (default)
91
-
-`initialRoute` - return to initial tab
92
-
-`order` - return to previous tab (in the order they are shown in the tab bar)
93
-
-`history` - return to last visited tab
90
+
-`firstRoute` - return to the first screen defined in the navigator (default)
91
+
-`initialRoute` - return to initial screen passed in `initialRouteName` prop, if not passed, defaults to the first screen
92
+
-`order` - return to screen defined before the focused screen
93
+
-`history` - return to last visited screen in the navigator; if the same screen is visited multiple times, the older entries are dropped from the history
0 commit comments