Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grabbou/react-native-healthkit
A React Native bridge module to access iOS HealthKit APIs
https://github.com/grabbou/react-native-healthkit
Last synced: 3 months ago
JSON representation
A React Native bridge module to access iOS HealthKit APIs
- Host: GitHub
- URL: https://github.com/grabbou/react-native-healthkit
- Owner: grabbou
- Created: 2015-09-06T14:55:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T00:12:23.000Z (almost 9 years ago)
- Last Synced: 2024-10-03T12:37:37.880Z (4 months ago)
- Language: Objective-C
- Size: 28.3 KB
- Stars: 37
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-healthkit
A React Native bridge module to access iOS HealthKit APIs[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
## Looking for a maintainer
Comment on [#3](https://github.com/elliottsj/react-native-healthkit/issues/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:
```js
import HealthKit from 'react-native-healthkit';// ...
HealthKit.isHealthDataAvailable((err, result) => {
// ...
});
```