GregWilson / react-native-apple-healthkit

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

Header paths with RN 0.40 causes errors. #17

Closed mintuz closed 7 years ago

mintuz commented 7 years ago

The header paths for React Native libraries have now been namespaced. #import "RCTBridge.h" is now #import <React/RCTBridge.h>

I am happy to make a PR with the fix :)

janstuemmel commented 7 years ago

i had to downgrade to 0.39.2, a fix would be great!

MaxMillington commented 7 years ago

Closing this since a PR has been merged