GregWilson / react-native-apple-healthkit

A React Native bridge module for interacting with Apple HealthKit data
176 stars 42 forks source link

Publish latest version to npm #23

Closed ntharim closed 7 years ago

ntharim commented 7 years ago

Can we publish the fix for RN v0.40 to npm?

MaxMillington commented 7 years ago

@GregWilson Can we give those with write access the ability to publish new versions to npm? https://docs.npmjs.com/cli/owner

seanadkinson commented 7 years ago

Mentioned on another issue, but thought I should post here as well:

FYI, I needed this today, so I published to NPM.

npm install --save react-native-apple-healthkit-rn0.40@0.2.1-2
react-native link react-native-apple-healthkit-rn0.40

Usage:

import AppleHealthKit from 'react-native-apple-healthkit-rn0.40';
terrillo commented 7 years ago

@seanadkinson new fork of the same project on NPM. https://www.npmjs.com/package/rn-apple-healthkit. Also please take note of https://github.com/GregWilson/react-native-apple-healthkit/pull/38