react-native-healthkit icon indicating copy to clipboard operation
react-native-healthkit copied to clipboard

A React Native bridge module to access iOS HealthKit APIs

Results 3 react-native-healthkit issues
Sort by recently updated
recently updated
newest added

Hi - thanks for putting this project together. If it's working could you put a basic readme on here to briefly describe how t use it?

One of the examples appears to be using HealthKit.TypeIdentifiers: https://github.com/elliottsj/react-native-healthkit/blob/master/examples/RCTHealthKitExample/src/components/Characteristics.js#L32 This doesn't appear in the [constantsToExport section](https://github.com/elliottsj/react-native-healthkit/blob/master/RCTHealthKit/RCTHealthKit.m#L75) so I'm now sure how these value actually make it over to the...

I am trying to build a RN app which needs to retrieve the steps taken and flights climbed from Apple Health. Thanks!