grabbou / react-native-healthkit

A React Native bridge module to access iOS HealthKit APIs
37 stars 8 forks source link

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) => {
  // ...
});