Skip to content

Commit 4ee2399

Browse files
authored
doc: add installation instructions for npm (#532)
1 parent ebd20f5 commit 4ee2399

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/Installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ sidebar_label: Installation
99
### Get library
1010

1111
```bash
12+
# with npm
13+
npm install @react-native-async-storage/async-storage
14+
15+
# with yarn
1216
yarn add @react-native-async-storage/async-storage
1317
```
1418

0 commit comments

Comments
 (0)