File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Expo installation
2
2
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/ ) .
4
4
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 ) .
6
6
7
7
``` sh
8
8
expo install react-native-health
@@ -18,7 +18,7 @@ After installing this npm package, add the [config plugin](https://docs.expo.io/
18
18
}
19
19
```
20
20
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.
22
22
23
23
## API
24
24
You can’t perform that action at this time.
0 commit comments