react-native-health-connect
react-native-health-connect copied to clipboard
Get aggregate steps for previous days?
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.