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

react-native-healthkit

A React Native bridge module to access iOS HealthKit APIs

No Maintenance Intended

Looking for a maintainer

Comment on #3 if you'd like to take over this project.

Installation

Follow https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking, then:

import HealthKit from 'react-native-healthkit';

// ...

HealthKit.isHealthDataAvailable((err, result) => {
  // ...
});