Commit 9ed5a5b5 authored by Greg Wilson's avatar Greg Wilson Committed by GitHub

added examples section

parent e1ed0bb2
...@@ -19,6 +19,8 @@ A React Native bridge module for interacting with [Apple HealthKit] data. ...@@ -19,6 +19,8 @@ A React Native bridge module for interacting with [Apple HealthKit] data.
* [getLatestBmi](#getlatestbmi) * [getLatestBmi](#getlatestbmi)
* [getLatestBodyFatPercentage](#getlatestbodyfatpercentage) * [getLatestBodyFatPercentage](#getlatestbodyfatpercentage)
* [getLatestLeanBodyMass](#getlatestleanbodymass) * [getLatestLeanBodyMass](#getlatestleanbodymass)
* [Examples](#examples)
## Getting started ## Getting started
...@@ -263,5 +265,10 @@ get the most recent lean body mass. the value is a number representing the weigh ...@@ -263,5 +265,10 @@ get the most recent lean body mass. the value is a number representing the weigh
}); });
``` ```
## Examples
[Apple HealthKit]: https://developer.apple.com/healthkit/ [Apple HealthKit]: https://developer.apple.com/healthkit/
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