Commit 60041db5 authored by Greg Wilson's avatar Greg Wilson

updated readme

parent 3ded732d
# react-native-apple-healthkit # react-native-apple-healthkit
A React Native bridge module for interacting with Apple HealthKit data. A React Native bridge module for interacting with [Apple HealthKit] data.
####[HealthKit](https://developer.apple.com/healthkit/)
![Alt text](https://devimages.apple.com.edgekey.net/assets/elements/icons/healthkit/healthkit-64x64.png "Apple HealthKit") ![Alt text](https://devimages.apple.com.edgekey.net/assets/elements/icons/healthkit/healthkit-64x64.png "Apple HealthKit")
## Getting started ## Getting started
...@@ -15,3 +13,6 @@ A React Native bridge module for interacting with Apple HealthKit data. ...@@ -15,3 +13,6 @@ A React Native bridge module for interacting with Apple HealthKit data.
5. Click `RCTAppleHealthKit.xcodeproj` in the project navigator and go the `Build Settings` tab. Make sure 'All' is toggled on (instead of 'Basic'). In the `Search Paths` section, look for `Header Search Paths` and make sure it contains both `$(SRCROOT)/../../react-native/React` and `$(SRCROOT)/../../../React` - mark both as `recursive`. 5. Click `RCTAppleHealthKit.xcodeproj` in the project navigator and go the `Build Settings` tab. Make sure 'All' is toggled on (instead of 'Basic'). In the `Search Paths` section, look for `Header Search Paths` and make sure it contains both `$(SRCROOT)/../../react-native/React` and `$(SRCROOT)/../../../React` - mark both as `recursive`.
5. Compile and have fun 5. Compile and have fun
[Apple HealthKit]: http://www.reddit.com
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment