react-native-healthkit
                                
                                 react-native-healthkit copied to clipboard
                                
                                    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
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) => {
  // ...
});