Skip to content

Commit 1c5de7d

Browse files
committed
Link to drawer installation docs in drawer based navigation
1 parent e6c62f4 commit 1c5de7d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

versioned_docs/version-6.x/drawer-based-navigation.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ Common pattern in navigation is to use drawer from left (sometimes right) side f
1212
</video>
1313
</div>
1414

15-
Before continuing, first install [`@react-navigation/drawer`](https://github.com/react-navigation/react-navigation/tree/main/packages/drawer):
16-
17-
```bash npm2yarn
18-
npm install @react-navigation/drawer
19-
```
15+
Before continuing, first install and configure [`@react-navigation/drawer`](https://github.com/react-navigation/react-navigation/tree/main/packages/drawer) and its dependencies following the [installation instructions](drawer-navigator.md#installation).
2016

2117
## Minimal example of drawer-based navigation
2218

0 commit comments

Comments
 (0)