diff --git a/README.md b/README.md index f84d0900002e5dda56c1f87ce539dce3eb02198c..ba4d10d90863087c6eb2531efa4abf2d007bb1c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # react-native-apple-healthkit A React Native bridge module for interacting with Apple HealthKit data. +![Alt text](https://devimages.apple.com.edgekey.net/assets/elements/icons/healthkit/healthkit-64x64.png "Apple HealthKit") ## Getting started ### Installation (xcode) @@ -10,5 +11,5 @@ A React Native bridge module for interacting with Apple HealthKit data. 3. Go to `node_modules` ➜ `react-native-apple-healthkit` and add `RCTAppleHealthKit.xcodeproj` 4. In XCode, in the project navigator, select your project. Add `libRCTAppleHealthKit.a` to your project's `Build Phases` ➜ `Link Binary With Libraries` 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. Run your project (`Cmd+R`) +5. Compile and have fun