We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[!] There are multiple dependencies with different sources for RNActivityRecognition in Podfile:
RNActivityRecognition
Podfile
../node_modules/react-native-activity-recognition/ios
../node_modules/react-native-activity-recognition
The text was updated successfully, but these errors were encountered:
Having several problems with pod install too..
Any updates on this by any chance? Or is there any other similar lib to get this info?
Sorry, something went wrong.
It's because you have link the lib. Don't do react-native link react-native-activity-recognition
If you already done, do : react-native unlink react-native-activity-recognition
Next, follow : #42
No branches or pull requests
[!] There are multiple dependencies with different sources for
RNActivityRecognition
inPodfile
:../node_modules/react-native-activity-recognition/ios
)../node_modules/react-native-activity-recognition
)The text was updated successfully, but these errors were encountered: