From 3e5c41f38d0477a854117dc9af2e0688e4f2f7f1 Mon Sep 17 00:00:00 2001 From: Matin Zadeh Dolatabad <24797481+matinzd@users.noreply.github.com> Date: Sat, 27 Jul 2024 10:23:19 +0200 Subject: [PATCH] chore: update get started --- docs/docs/get-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/get-started.md b/docs/docs/get-started.md index d168141..6ff426e 100644 --- a/docs/docs/get-started.md +++ b/docs/docs/get-started.md @@ -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`: