OvalMoney / react-native-fitness

A React Native module to interact with Apple Healthkit and Google Fit.
MIT License
341 stars 68 forks source link

Debugging error on errorNoEvents #112

Open rlems opened 2 years ago

rlems commented 2 years ago

I have a question about a thrown error. The getSteps call returns 'errorNoEvents' on some iOS devices. How can I figure out what went wrong? Is there an original error that came from the HealthKit API? the thrown error doesn't seem to contain much information.

aaron-chi commented 1 year ago

@rlems have you solved this issue?