Skip to content

Commit

Permalink
chore: update get started
Browse files Browse the repository at this point in the history
  • Loading branch information
matinzd authored Jul 27, 2024
1 parent 507a295 commit 3e5c41f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ Just add the [config plugin](https://docs.expo.io/guides/config-plugins/) to the
First install the package with yarn, npm, or [`expo install`](https://docs.expo.io/workflow/expo-cli/#expo-install).

```sh
npm install expo-health-connect expo-build-properties --save-dev
npm install expo-health-connect
npm install expo-build-properties --save-dev
```

Then add the prebuild [config plugin](https://docs.expo.io/guides/config-plugins/) to the [`plugins`](https://docs.expo.io/versions/latest/config/app/#plugins) array of your `app.json` or `app.config.js`:
Expand Down

0 comments on commit 3e5c41f

Please sign in to comment.