Skip to content

Commit

Permalink
docs: change Expo installation command (#856)
Browse files Browse the repository at this point in the history
Follow Expo's recommendation to use `npx`
  • Loading branch information
fmcalado authored Oct 19, 2022
1 parent df99c4e commit 0b28f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yarn add @react-native-async-storage/async-storage

With Expo CLI:
```bash
expo install @react-native-async-storage/async-storage
npx expo install @react-native-async-storage/async-storage
```

### Link
Expand Down

0 comments on commit 0b28f31

Please sign in to comment.