Skip to content

Commit 34fe57a

Browse files
committed
Update installation commnds
1 parent b141dc3 commit 34fe57a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This wraps the [`BottomNavigation`](https://callstack.github.io/react-native-pap
1313
To use this navigator, ensure that you have [`@react-navigation/native` and its dependencies (follow this guide)](getting-started.md), then install [`@react-navigation/material-bottom-tabs`](https://github.com/react-navigation/react-navigation/tree/main/packages/material-bottom-tabs):
1414

1515
```bash npm2yarn
16-
npm install @react-navigation/material-bottom-tabs react-native-paper
16+
npm install @react-navigation/material-bottom-tabs react-native-paper react-native-vector-icons
1717
```
1818

19-
This API also requires that you install `react-native-vector-icons`! If you are using Expo, it will just work out of the box. Otherwise, [follow these installation instructions](https://github.com/oblador/react-native-vector-icons#installation).
19+
This API also requires that you install `react-native-vector-icons`! If you are using Expo managed workflow, it will work without any extra steps. Otherwise, [follow these installation instructions](https://github.com/oblador/react-native-vector-icons#installation).
2020

2121
To use this tab navigator, import it from `@react-navigation/material-bottom-tabs`
2222

versioned_docs/version-6.x/material-bottom-tab-navigator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This wraps the [`BottomNavigation`](https://callstack.github.io/react-native-pap
1313
To use this navigator, ensure that you have [`@react-navigation/native` and its dependencies (follow this guide)](getting-started.md), then install [`@react-navigation/material-bottom-tabs`](https://github.com/react-navigation/react-navigation/tree/main/packages/material-bottom-tabs):
1414

1515
```bash npm2yarn
16-
npm install @react-navigation/material-bottom-tabs@next react-native-paper
16+
npm install @react-navigation/material-bottom-tabs@next react-native-paper react-native-vector-icons
1717
```
1818

19-
This API also requires that you install `react-native-vector-icons`! If you are using Expo, it will just work out of the box. Otherwise, [follow these installation instructions](https://github.com/oblador/react-native-vector-icons#installation).
19+
This API also requires that you install `react-native-vector-icons`! If you are using Expo managed workflow, it will work without any extra steps. Otherwise, [follow these installation instructions](https://github.com/oblador/react-native-vector-icons#installation).
2020

2121
To use this tab navigator, import it from `@react-navigation/material-bottom-tabs`
2222

0 commit comments

Comments
 (0)