c.goettert
c.goettert
> Exception in native call- java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Handler.post(java.lang.Runnable)' on a null object reference I was getting the same error on android (also not every time...
We are facing the same issue, any news on this? We are also using Version 1.7 so is there a chance that this is fixed in the latest release?
@gigby unfortunatley no, we couldn't find a solution / reason for this bug yet..
@gigby thanks for letting me know, we indeed use background calls to fetch health data. We'll deactivate those and see if this will solve the issue.
@gigby unfortunatly we still see this issue after disabling our background task. How did you make sure that Healthkit is not called from a background state? Did you use AppState-Events...
We are also still facing this issue. For the next release I will try @gigby's solution to check if the app is in foreground before interacting with HealthKit.
I also think that would be nice! 👍
I have the same problem on my Android phone.
Thank you for your comment @youmitsu. I am aware of this workaround, but it's not a real solution for me as I am not using `FlatList` directly but through a...