Skip to content

Commit 0b28f31

Browse files
authored
docs: change Expo installation command (#856)
Follow Expo's recommendation to use `npx`
1 parent df99c4e commit 0b28f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ yarn add @react-native-async-storage/async-storage
1818

1919
With Expo CLI:
2020
```bash
21-
expo install @react-native-async-storage/async-storage
21+
npx expo install @react-native-async-storage/async-storage
2222
```
2323

2424
### Link

0 commit comments

Comments
 (0)