Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
Update expo module installation from dev dependencies to dependencies
matinzd authored Jul 27, 2024
1 parent 3e5c41f commit 281d8e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -79,7 +79,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`:

0 comments on commit 281d8e9

Please sign in to comment.