kingstinct / react-native-healthkit

HealthKit bindings for React Native with TypeScript
https://kingstinct.com/react-native-healthkit/
MIT License
219 stars 45 forks source link

Set device data in saveQuantitySample #24

Open sakhnyuk opened 2 years ago

sakhnyuk commented 2 years ago

Hello and thanks for great library!

Is it possible to save device data values in saveQuantitySample method?

I see we can query Health data by device and there we use serializeDevice method. But what about saveQuantitySample?

Just FYI - https://developer.apple.com/documentation/healthkit/hkquantitysample/1615019-init

robertherber commented 2 years ago

This should be possible, yes. I'd be more than happy to merge a PR on this!

Since it's a separate property that is not currently handled on the native side this would require a little bit of Swift code to get there.