From 69c5fbd5e75c5fcf6655cf0c0910f2ddd2cbe755 Mon Sep 17 00:00:00 2001 From: Matin Zadeh Dolatabad <24797481+matinzd@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:43:48 +0200 Subject: [PATCH 1/4] chore: update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08bf601..bd8bf26 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This library is a wrapper around Health Connect for react native. Health Connect ## Requirements -Make sure you have React Native version 0.71 or higher installed to use v2 of React Native Health Connect. +Make sure you have React Native version 0.71 or higher with the latest patch installed to use v2 of React Native Health Connect. - [Health Connect](https://play.google.com/store/apps/details?id=com.google.android.apps.healthdata&hl=en&gl=US) needs to be installed on the user's device. Starting from Android 14 (Upside Down Cake), Health Connect is part of the Android Framework. Read more [here](https://developer.android.com/health-and-fitness/guides/health-connect/develop/get-started#step-1). - Health Connect API requires `minSdkVersion=26` (Android Oreo / 8.0). From a6256c5c9565d9d92c9e51a2d2ddf29317f65967 Mon Sep 17 00:00:00 2001 From: Matin Zadeh Dolatabad <24797481+matinzd@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:44:26 +0200 Subject: [PATCH 2/4] chore: update website --- docs/docs/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/get-started.md b/docs/docs/get-started.md index 18cc65c..2af7dc2 100644 --- a/docs/docs/get-started.md +++ b/docs/docs/get-started.md @@ -5,7 +5,7 @@ title: Get started ## Requirements -Make sure you have React Native version 0.71 or higher installed to use v2 of React Native Health Connect. +Make sure you have React Native version 0.71 or higher with the latest patch installed to use v2 of React Native Health Connect. - [Health Connect](https://play.google.com/store/apps/details?id=com.google.android.apps.healthdata&hl=en&gl=US) needs to be installed on the user's device. Starting from Android 14 (Upside Down Cake), Health Connect is part of the Android Framework. Read more [here](https://developer.android.com/health-and-fitness/guides/health-connect/develop/get-started#step-1). - Health Connect API requires `minSdkVersion=26` (Android Oreo / 8.0). From 293c0f5e154eee1ff46c070484e8f1f0cb10855d Mon Sep 17 00:00:00 2001 From: Matin Zadeh Dolatabad <24797481+matinzd@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:46:22 +0200 Subject: [PATCH 3/4] Update get-started.md --- docs/docs/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/get-started.md b/docs/docs/get-started.md index 2af7dc2..16034a8 100644 --- a/docs/docs/get-started.md +++ b/docs/docs/get-started.md @@ -5,7 +5,7 @@ title: Get started ## Requirements -Make sure you have React Native version 0.71 or higher with the latest patch installed to use v2 of React Native Health Connect. +Make sure you have React Native version 0.71 or higher **with the latest patch** installed to use v2 of React Native Health Connect. - [Health Connect](https://play.google.com/store/apps/details?id=com.google.android.apps.healthdata&hl=en&gl=US) needs to be installed on the user's device. Starting from Android 14 (Upside Down Cake), Health Connect is part of the Android Framework. Read more [here](https://developer.android.com/health-and-fitness/guides/health-connect/develop/get-started#step-1). - Health Connect API requires `minSdkVersion=26` (Android Oreo / 8.0). From 2a0b5ee1485653c370263756b7b8308ed8e6dcd3 Mon Sep 17 00:00:00 2001 From: Matin Zadeh Dolatabad <24797481+matinzd@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:46:44 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd8bf26..5fd8f79 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This library is a wrapper around Health Connect for react native. Health Connect ## Requirements -Make sure you have React Native version 0.71 or higher with the latest patch installed to use v2 of React Native Health Connect. +Make sure you have React Native version 0.71 or higher **with the latest patch** installed to use v2 of React Native Health Connect. - [Health Connect](https://play.google.com/store/apps/details?id=com.google.android.apps.healthdata&hl=en&gl=US) needs to be installed on the user's device. Starting from Android 14 (Upside Down Cake), Health Connect is part of the Android Framework. Read more [here](https://developer.android.com/health-and-fitness/guides/health-connect/develop/get-started#step-1). - Health Connect API requires `minSdkVersion=26` (Android Oreo / 8.0).