Commit 933ea9ca authored by Terrillo Walls's avatar Terrillo Walls

Docs

parent 0df666ea
...@@ -28,7 +28,6 @@ Update `info.plist` in your React Native project ...@@ -28,7 +28,6 @@ Update `info.plist` in your React Native project
![](https://i.imgur.com/eOCCCyv.png "Xcode Capabilities Section") ![](https://i.imgur.com/eOCCCyv.png "Xcode Capabilities Section")
7. Compile and run 7. Compile and run
## Get Started ## Get Started
Initialize Healthkit. This will show the Healthkit permissions prompt for any read/write permissions set in the required `options` object. Initialize Healthkit. This will show the Healthkit permissions prompt for any read/write permissions set in the required `options` object.
...@@ -78,6 +77,9 @@ AppleHealthKit.initHealthKit(options: Object, (err: string, results: Object) => ...@@ -78,6 +77,9 @@ AppleHealthKit.initHealthKit(options: Object, (err: string, results: Object) =>
``` ```
## Changelog ## Changelog
0.6.4v
- Basal energy ([#23](https://github.com/terrillo/rn-apple-healthkit/pull/23))
0.6.1v 0.6.1v
- HKQuantityTypeIdentifierActiveEnergyBurned - HKQuantityTypeIdentifierActiveEnergyBurned
......
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