Open svschannak opened 7 years ago
@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 react-native: 0.42.2. Which version is supported?
i think the latest supported version via npm is 0.39.2
submit this version in your package json and do a react-native upgrade
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
yarn add react-native-apple-healthkit-rn0.40
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?