Skip to content

Commit 1468412

Browse files
authored
fix: bottom-tab-navigator.md install docs
1 parent ad8eb0f commit 1468412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/bottom-tab-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A simple tab bar on the bottom of the screen that lets you switch between differ
1515
To use this navigator, ensure that you have [`@react-navigation/native` and its dependencies (follow this guide)](getting-started.md), then install [`@react-navigation/bottom-tabs`](https://github.com/react-navigation/react-navigation/tree/main/packages/bottom-tabs):
1616

1717
```bash npm2yarn
18-
npm install @react-navigation/bottom-tabs@^5.x
18+
npm install @react-navigation/bottom-tabs@5.x
1919
```
2020

2121
## API Definition

0 commit comments

Comments
 (0)