Commit 4846bf99 authored by Greg Wilson's avatar Greg Wilson Committed by GitHub

Update README.md

parent a69bf8f9
...@@ -3,6 +3,7 @@ A React Native bridge module for interacting with [Apple HealthKit] data. ...@@ -3,6 +3,7 @@ A React Native bridge module for interacting with [Apple HealthKit] data.
![Alt text](https://devimages.apple.com.edgekey.net/assets/elements/icons/healthkit/healthkit-64x64.png "Apple HealthKit") ![Alt text](https://devimages.apple.com.edgekey.net/assets/elements/icons/healthkit/healthkit-64x64.png "Apple HealthKit")
#### Table of Contents
* [Getting Started](#getting-started) * [Getting Started](#getting-started)
* [Installation](#installation-xcode) * [Installation](#installation-xcode)
* [Usage](#usage) * [Usage](#usage)
...@@ -129,7 +130,7 @@ AppleHealthKit.isAvailable((err: string, available: bool) => { ...@@ -129,7 +130,7 @@ AppleHealthKit.isAvailable((err: string, available: bool) => {
___ ___
#### **`initHealthKit`** #### **`initHealthKit`**
check if HealthKit is available on the device initialize HealthKit. this will show the HealthKit permissions prompt for any read/write permissions that have not yet been selected by the user.
`initHealthKit` requires an options object with HealthKit permission settings. `initHealthKit` requires an options object with HealthKit permission settings.
```javascript ```javascript
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment