Skip to content

Commit 434fa73

Browse files
committed
Add installation of elements to fundamentals
1 parent 2ae17a2 commit 434fa73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

versioned_docs/version-7.x/hello-react-navigation.md

+8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ npm install @react-navigation/native-stack@next
2727

2828
:::
2929

30+
## Installing the elements library
31+
32+
The [`@react-navigation/elements`](elements.md) library provides a set of components that are designed to work well with React Navigation. We'll use a few of these components in this guide. So let's install it first:
33+
34+
```bash npm2yarn
35+
npm install @react-navigation/elements@next
36+
```
37+
3038
## Creating a native stack navigator
3139

3240
<Tabs groupId="config" queryString="config">

0 commit comments

Comments
 (0)