divan
divan
For those, who consider proper typing, you can further modify `index.d.ts` file: 1. Add to the `AppleHealthKit` interface `saveWorkout` method: ```typescript saveWorkout( options: WorkoutOptions, onSave: (error?: Error, response?: { success:...
Hey! Having a look...
Ouch, sorry guys, missed that... I'll read whether we can avoid extra step. Strange that Expo is able to find one lib and fails to find another
Hey! Thank you for raising this! Are you on the latest Xcode (or what version)? We'll try to reproduce it, but we might need your native logs a little bit...
@amberv0 Hello again 👋 I'll discuss the possibility of adding 'not_found' error there today. Since this is basically a network request, raising a 404 error (not the current one) seems...