react-native-activity-recognition icon indicating copy to clipboard operation
react-native-activity-recognition copied to clipboard

Issue with ios Pod install

Open shrikanttapkeer07 opened this issue 3 years ago • 2 comments

[!] There are multiple dependencies with different sources for RNActivityRecognition in Podfile:

  • RNActivityRecognition (from ../node_modules/react-native-activity-recognition/ios)
  • RNActivityRecognition (from ../node_modules/react-native-activity-recognition)

shrikanttapkeer07 avatar Feb 09 '21 20:02 shrikanttapkeer07

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?

vrgimael avatar Jul 23 '21 17:07 vrgimael

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 : https://github.com/Aminoid/react-native-activity-recognition/issues/42

blaisebarre avatar Oct 26 '21 21:10 blaisebarre