diff --git a/README.md b/README.md index 58fb0acf81d4c59648583b051b9ca2d54fe1e3f6..1dba24fce3bd2f30a4f019dc3ef6f9aaa3ef955f 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ A React Native bridge module for interacting with [Apple HealthKit] data. * [Usage](#usage) * [Documentation](#documentation) * [Permissions](#permissions) - * [Read](#read-permissions) - * [Write](#write-permissions) * [Methods](#methods) * [isAvailable](#isavailable) * [initHealthKit](#inithealthkit) @@ -127,36 +125,6 @@ Permissions The available HealthKit permissions to use with `initHealthKit` -##### Read Permissions - -| Permission | HealthKit Identifier Type | -|-------------------|-----------------------------------------------| -| Height | HKQuantityTypeIdentifierHeight | -| Weight | HKQuantityTypeIdentifierBodyMass | -| BodyFatPercentage | HKQuantityTypeIdentifierBodyFatPercentage | -| BodyMassIndex | HKQuantityTypeIdentifierBodyMassIndex | -| LeanBodyMass | HKQuantityTypeIdentifierLeanBodyMass | -| Steps | HKQuantityTypeIdentifierStepCount | -| BiologicalSex | HKCharacteristicTypeIdentifierBiologicalSex | -| DateOfBirth | HKCharacteristicTypeIdentifierDateOfBirth | -| DietaryEnergy | HKQuantityTypeIdentifierDietaryEnergyConsumed | -| ActiveEnergy | HKQuantityTypeIdentifierActiveEnergyBurned | - -##### Write Permissions - -| Permission | HealthKit Identifier Type | -|-------------------|-----------------------------------------------| -| Height | HKQuantityTypeIdentifierHeight | -| Weight | HKQuantityTypeIdentifierBodyMass | -| BodyFatPercentage | HKQuantityTypeIdentifierBodyFatPercentage | -| BodyMassIndex | HKQuantityTypeIdentifierBodyMassIndex | -| LeanBodyMass | HKQuantityTypeIdentifierLeanBodyMass | -| Steps | HKQuantityTypeIdentifierStepCount | -| DietaryEnergy | HKQuantityTypeIdentifierDietaryEnergyConsumed | -| ActiveEnergy | HKQuantityTypeIdentifierActiveEnergyBurned | - - - | Permission | HealthKit Identifier Type | Read | Write | |------------------------|------------------------------------------------|------|-------| | DateOfBirth | HKCharacteristicTypeIdentifierDateOfBirth | ✓ | |