Commit 555e1bfa authored by Greg Wilson's avatar Greg Wilson

Merge branch 'master' of github.com-GregWilson:GregWilson/react-native-apple-healthkit

parents a56dce40 6fca72c6
......@@ -228,7 +228,7 @@ AppleHealthKit.getDateOfBirth(null, (err: Object, dob: string) => {
if(this._handleHealthKitError(err, 'getDateOfBirth')){
return;
}
// use dob ...
// use dob ... (ex: '1986-09-01T12:20:30-04:00')
});
```
......
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