Skip to content

Commit 71b84a2

Browse files
committed
Clarify installation via Expo CLI
1 parent 5dbf0c1 commit 71b84a2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

website/docs/Installation.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ title: Installation
44
sidebar_label: Installation
55
---
66

7-
8-
97
### Get library
108

119
With npm:
@@ -18,6 +16,11 @@ With Yarn:
1816
yarn add @react-native-async-storage/async-storage
1917
```
2018

19+
With Expo CLI:
20+
```bash
21+
expo install @react-native-async-storage/async-storage
22+
```
23+
2124
### Link
2225

2326
#### Android & iOS

0 commit comments

Comments
 (0)