react-native-health-connect icon indicating copy to clipboard operation
react-native-health-connect copied to clipboard

Get aggregate steps for previous days?

Open bitdelve opened this issue 1 year ago • 2 comments

Is it possible to get the total steps for each day in the past, but not combined? I.E. I want to get the steps from up to 14 days ago, but not all the steps for the 14 days. So I would want to retrieve all steps for 2024/07/12, then 2024/07/13, etc. From what I see it looks like i have to call aggregateRecord for each day. Or readRecords and then manually combine.

bitdelve avatar Jul 16 '24 14:07 bitdelve