Skip to content

Commit 91caa05

Browse files
authored
Merge pull request #314 from amandeepmittal/patch-2
docs: Update Expo.md
2 parents c30c529 + 9c8df49 commit 91caa05

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)