rn-apple-healthkit
rn-apple-healthkit copied to clipboard
AppleHealthKit.getDailyDistanceCyclingSamples needs to include includeManuallyAdded in the docs
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.