CaptainJeff

Results 46 comments of CaptainJeff

@nicwise Were you able to find out anything else about this problem? I'm running into the same issue. Also wondering if nothing else has been discovered yet if you think...

@cortinico unfortunately I don't! I only have the private repo. It does work on a hello world new app but not with this configuration and all of the code in...

Will do man, didn't realize I should be changing that /src/tour/tour.js file. I also changed quite a bit. I added a few optional features. Some would call functions, others would...

@vaishnavtn you can pass `maintainVideoTrackInBackground` if its okay to not release the vdieo track when you go to the background. I was having the same issue before that. Just pass...

@GGGava Hey man. Just wanted to loop back to this and see if you had any thoughts on this approach.

1) `sample` is actually an event we currently have implemented https://github.com/agencyenterprise/react-native-health/blob/1a5557f09cf70b914150cbbe6ebbd91c58376060/RCTAppleHealthKit/RCTAppleHealthKit.m#L656 https://github.com/agencyenterprise/react-native-health/blob/1a5557f09cf70b914150cbbe6ebbd91c58376060/RCTAppleHealthKit/RCTAppleHealthKit%2BQueries.m#L1049 I don't really use it but I think it's used for different measurement categories 2) I think I...

@GGGava I opened a PR for this https://github.com/agencyenterprise/react-native-health/pull/312 and made it backwards compatible. Let me know if you have any questions!

@KiranRadish I often do see in hte logs that same warning but I've come to the conclusion (hopefully someone else can confirm) that its an issue on debug when restarting...

@KiranRadish wait I just saw that your last log was the measurement being received. So it seems like you are receiving the measurement, right?