You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not getting source information when requesting mindful session data from apple health.
I see, someone had created PR for this - #200 but it's closed.
To Reproduce
Call the method:
AppleHealthKit.getMindfulSession(
options,
(err: string, results: Array<HealthValue>) => {
if (err) {
console.log('error getting mindful session: ', err)
return
}
// returns array of mindful session data
console.log(results)
},
)
Describe the bug
Not getting source information when requesting mindful session data from apple health.
I see, someone had created PR for this - #200 but it's closed.
To Reproduce
Call the method:
Actual behavior
Expected behavior
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: