rn-apple-healthkit icon indicating copy to clipboard operation
rn-apple-healthkit copied to clipboard

AppleHealthKit.getDailyDistanceCyclingSamples needs to include includeManuallyAdded in the docs

Open Manouli opened this issue 4 years ago • 0 comments

When adding data manually to the distance cycling the method provided is not returning results. By checking the package code I found the line below:

BOOL includeManuallyAdded = [RCTAppleHealthKit boolFromOptions:input key:@"includeManuallyAdded" withDefault:false];

Could you please update the docs and add this property too? I believe it will help a lot of people.

Manouli avatar Mar 04 '20 12:03 Manouli