Ivan Harelik
Ivan Harelik
@devth Hi! I get the same errors. And I can't see my events that were added via "saveWorkout" method. But I can see these events in Healthkit app. How did...
Fixed on my master - https://github.com/Warecorp/react-native-health
@devth I know objective-c poorly. But my issue is not related to a physical device or simulator. This is just a logical issue in this library and I fixed it....
@lucaspbordignon I am using 1.12 version of this library and my users get the same crashes every day. I don't understand the reason. I can't reproduce this bug but see...
@c-goettert I found out. It happens on iOS 15.2 or later due to prewarming feature. You can easily awoid these bugs if you don't call Healthkit from a background app...
@c-goettert I used AppState events from RN. Very simple. And now I don't see these errors in Bugsnag although earlier I observed hundreds of them per 1 week an example...
@c-goettert And somewhere in code I use previous func to get some data like this: ``` export async function getSleepHours(timeFrom?: number | Date, timeTo: number | Date = Date.now()) {...
@hyunchulkwak Thank you! It works
@ajacquierbret Actually, you can simulate d3.every behavior. formatXLabel is a part of the solution. Actually you just need return "pseudoIndex" in "xAccessor" prop of . The code should look like...
Any simulator from the latest XCode (13.3) generates this bug. The previous xCode version works fine.