Skip to content

Commit 104a8d7

Browse files
authored
Update README.md
1 parent fb4cf7e commit 104a8d7

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
# React Native Health
44

5-
A React Native package to interact with Apple HealthKit for iOS.
5+
A React Native package to interact with Apple HealthKit for iOS. Maintained with ❤️ by [AE Studio](https://ae.studio).
6+
7+
This package allows access to health & fitness data exposed by Apple Healthkit. You can see the methods available [here](https://github.com/agencyenterprise/react-native-health#documentation).
8+
9+
If you are looking for a more robust solution providing normalized data, insights and recommendations based on user's biometric data, data from multiple sources (Fitbit, Oura), or a hosted solution, please check out the [Point SDK](https://www.areyouonpoint.co/) developed by our frens.
10+
611

712
# Discord
813
<a href="https://discord.gg/d24g5XDePr"><img src="https://img.shields.io/badge/Discord-join%20chat-738bd7.svg" alt="React Native Health official Discord"></a>
@@ -99,7 +104,7 @@ AppleHealthKit.initHealthKit(permissions, (error: string) => {
99104
For background capabilities, Apple allows developers to setup long running observer
100105
queries for the health types needed.
101106

102-
To setup that in your app, in XCode open your `ios/AppDelegate.m` file and add the
107+
To set that up in your app, in XCode open your `ios/AppDelegate.m` file and add the
103108
following statements:
104109

105110
```objective-c
@@ -136,10 +141,9 @@ client. For more information, see [background observers](/docs/background.md).
136141
137142
## Documentation
138143
139-
There is a gitbook version for the documentation on this [link](https://docs.react-native-health.com/).
144+
There is a gitbook version for the documentation [here](https://docs.react-native-health.com/).
140145
141-
All the documentation is under the [docs](/docs) folder. Additionally,
142-
they are splitted in the following categories
146+
All the documentation is under the [docs](/docs) folder. They are split into the following categories:
143147
144148
### Constants
145149
@@ -285,7 +289,7 @@ specific permission or add the permission to the options object when
285289
initializing the library.
286290
287291
If extra read or write permissions are added to the options object, the
288-
app will request for user's permission to them when the library is
292+
app will request the user's permission when the library is
289293
initialized again.
290294
291295
### Manual Installation
@@ -306,7 +310,7 @@ initialized again.
306310
307311
## Contributing
308312
309-
We appreciate any additional request and/or contribution to `react-native-health`.
313+
We appreciate any requests and contributions to `react-native-health`.
310314
The [issues](https://github.com/agencyenterprise/react-native-health/issues) tracker
311315
is used to keep a list of features and bugs to be worked on. Please see our
312316
[contributing documentation](https://github.com/agencyenterprise/react-native-health/blob/master/CONTRIBUTING.md)
@@ -321,3 +325,7 @@ for some tips on getting started.
321325
> _This package is a fork of [rn-apple-healthkit](https://github.com/terrillo/rn-apple-healthkit)_
322326
323327
> _This package also inherits additional features from [Nutrisense](https://www.nutrisense.io/) fork_
328+
329+
## Plz I Still Need Halp
330+
331+
This package is maintained with ❤️ by [AE Studio](https://ae.studio). We will do our best to respond to requests and support for this package so please get in touch! If you require more extensive help or have other design, data science or development needs - we are a full service product development agency and can build pretty much anything so hit us up!

0 commit comments

Comments
 (0)