Skip to content

Commit cde5fc1

Browse files
authored
Spellcheck: "firs" -> "first" (react-navigation#746)
1 parent bae13dc commit cde5fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/hiding-tabbar-in-screens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function App() {
3030

3131
With this structure, when we navigate to the `Profile` or `Settings` screen, the tab bar is still stay visible over those screens.
3232

33-
But if we want to show the tab bar only on the `Home`, `Feed` and `Notifications` screens, but not on the `Profile` and `Settings` screens, we'll need to change the navigation structure. The easiest way to achieve this is to nest the tab navigator inside the firs screen of the stack instead of nesting stack inside tab navigator:
33+
But if we want to show the tab bar only on the `Home`, `Feed` and `Notifications` screens, but not on the `Profile` and `Settings` screens, we'll need to change the navigation structure. The easiest way to achieve this is to nest the tab navigator inside the first screen of the stack instead of nesting stack inside tab navigator:
3434

3535
```js
3636
function HomeTabs() {

0 commit comments

Comments
 (0)