diff --git a/README.md b/README.md index 08bf601..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 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). diff --git a/docs/docs/get-started.md b/docs/docs/get-started.md index 18cc65c..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 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).