-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
Hi
I have integrated the library in a React Native Expo project, and my Expo version is ^53.0.19.
I’ve encountered an issue when retrieving calories data from Samsung Health.
While steps and sleep data are retrieved correctly, the Activity Calories value always returns 0 or record null.
For reference, my Samsung Health app is showing:
Steps: 238 / 6000
Active Time: 2/90 mins
Activity Calories: 22/500 kcal
Below is my code snippet showing how I retrieve the data, along with the response I’m getting.

Reactions are currently unavailable