Commit acdd7336 authored by Greg Wilson's avatar Greg Wilson

update readme

parent a8eead0c
......@@ -70,8 +70,8 @@ var AppleHealthKit = require('react-native-apple-healthkit');
let options = {
permissions: {
read: ["Height", "Weight", "Steps", "DateOfBirth", "BodyMassIndex"],
write: ["Weight", "Steps", "BodyMassIndex"]
read: ["Height", "Weight", "StepCount", "DateOfBirth", "BodyMassIndex"],
write: ["Weight", "StepCount", "BodyMassIndex"]
}
};
......
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