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/tab-based-navigation.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ export default function App() {
56
56
57
57
## Customizing the appearance
58
58
59
-
This is similar to how you would customize a stack navigator — there are some properties that are set when you initialize the tab navigator and others that can be customized per-screen in `options`.
59
+
This is similar to how you would customize a native stack navigator — there are some properties that are set when you initialize the tab navigator and others that can be customized per-screen in `options`.
60
60
61
61
<sampid="tab-based-navigation-icons" />
62
62
@@ -149,7 +149,7 @@ function SettingsScreen({ navigation }) {
149
149
}
150
150
```
151
151
152
-
## A stack navigator for each tab
152
+
## A native stack navigator for each tab
153
153
154
154
Usually tabs don't just display one screen — for example, on your Twitter feed, you can tap on a tweet and it brings you to a new screen within that tab with all of the replies. You can think of this as there being separate navigation stacks within each tab, and that's exactly how we will model it in React Navigation.
155
155
@@ -159,7 +159,7 @@ Usually tabs don't just display one screen — for example, on your Twitter
0 commit comments