Commit 29856fab authored by Greg Wilson's avatar Greg Wilson

updated README

parent d443a49c
...@@ -391,7 +391,12 @@ AppleHealthKit.initHealthKit(HKOPTIONS, (err, res) => { ...@@ -391,7 +391,12 @@ AppleHealthKit.initHealthKit(HKOPTIONS, (err, res) => {
this._fetchStepCountData(); this._fetchStepCountData();
} }
); );
...
// other tasks to perform after HealthKit has been
// initialized (fetch relevant HealthKit data).
this._fetchStepCountData();
this._fetchOtherRelevantHealthKitData();
// ...
}); });
... ...
......
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