Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrillo Walls authored Oct 11, 2017
1 parent 240ba33 commit 15e89ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# React Native Apple Healthkit
A React Native bridge module for interacting with [Apple Healthkit] data.
A React Native bridge module for interacting with Apple Healthkit data. Checkout the [full documentation](https://github.com/terrillo/rn-apple-healthkit/wiki)

## Installation

Expand Down Expand Up @@ -77,6 +77,10 @@ AppleHealthKit.initHealthKit(options: Object, (err: string, results: Object) =>
}
```

## Changelog
0.6.1v
- HKQuantityTypeIdentifierActiveEnergyBurned

## Wiki
* [Installation](https://github.com/terrillo/rn-apple-healthkit/wiki/Install)
* [Documentation](#documentation)
Expand Down Expand Up @@ -189,10 +193,6 @@ const healthKitOptions = {
- second


## Changelog
0.6.1v
- HKQuantityTypeIdentifierActiveEnergyBurned

## References
- Apple Healthkit Documentation [https://developer.apple.com/Healthkit/](https://developer.apple.com/Healthkit/)

Expand Down

0 comments on commit 15e89ce

Please sign in to comment.