Shaharyar Maroof
Shaharyar Maroof
hey I am also facing this issue, both on android and iOS. I have the permission strings in my info.plist as well. for android I am getting the following error...
@salmanbukhari1 I've created a fork to get Mindful Session minutes. Link to my Fork: https://github.com/ShaharyarMaroof/rn-apple-healthkit/
I've created a fork to get Mindful Session minutes. Link to my Fork: https://github.com/ShaharyarMaroof/rn-apple-healthkit/
I've created a fork to get Mindful Session minutes. Link to my Fork: https://github.com/ShaharyarMaroof/rn-apple-healthkit/
@terrillo any updates on this?
@Vladosk1n yes these changes are working for me.
@Vladosk1n you need to use the ISO date string like this ```(new Date(2020, 4, 10)).toISOString()``` The way you are passing date is not the ISO string.
@Vladosk1n have you checked whether your app has permissions to access the healthkit data? if those permissions are not available, then you won't get any results. ``` new Promise((resolve) =>...
I'm also facing this issue on iOS only, the splash screen doesn't hide when the method is called from JS. I have some async methods, after which the splash screen...
Any updates on how to fix this? I am also getting this same error. I used the example code provided in the repo and have placed the models and labels...