-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_reactNativeAppleHealthkit2.default.isAvailable is not a function #24
Comments
@svschannak Which version of React Native are you using? |
I am too getting the same error. I have these versions - react-native-cli: 2.0.1 |
i think the latest supported version via npm is 0.39.2 |
Yes, @amsds we are waiting on @GregWilson to publish the latest version to npm which will support the breaking changes introduced by react native 0.40. In the mean time, you could fork the repo and then instead of installing from the npm registry just npm install from your own repo. |
Great. Thanks for quick reply |
@MaxMillington @amsds FYI I've branched and published some fixes at https://github.com/ProvataHealth/react-native-apple-healthkit
|
Hello everybody,
this is my current Code:
The Moment the function isAvailable is called i get the following error:
I am using the current version from npm.
Can you please help me in finding a way to start to fix this problem? I did every step in the README. Is it possible that i missed something while configuring the XCode-Project?
The text was updated successfully, but these errors were encountered: