Skip to content

Commit 9c8df49

Browse files
Update Expo.md
Hi 👋 One thing I'd like to update and make it future proof for Expo specific projects is to update the installation command from expo install... to npx expo install.... Since the latter referees to the new Expo CLI, which doesn't require any global package installation. For expo install, people will need to install the deprecated global cli (and we are not recommending that). Also, update docs related links. Thank you!
1 parent c30c529 commit 9c8df49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Expo.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Expo installation
22

3-
> This package cannot be used in the "Expo Go" app because [it requires custom native code](https://docs.expo.io/workflow/customizing/).
3+
> This package cannot be used in the "Expo Go" app because [it requires custom native code](https://docs.expo.dev/workflow/customizing/).
44
5-
First install the package with yarn, npm, or [`expo install`](https://docs.expo.io/workflow/expo-cli/#expo-install).
5+
First install the package with yarn, npm, or [`npx expo install`](https://docs.expo.dev/more/expo-cli/#installation).
66

77
```sh
88
expo install react-native-health
@@ -18,7 +18,7 @@ After installing this npm package, add the [config plugin](https://docs.expo.io/
1818
}
1919
```
2020

21-
Next, rebuild your app as described in the ["Adding custom native code"](https://docs.expo.io/workflow/customizing/) guide.
21+
Next, rebuild your app as described in the ["Adding custom native code"](https://docs.expo.dev/workflow/customizing/) guide.
2222

2323
## API
2424

0 commit comments

Comments
 (0)