Aminoid / react-native-activity-recognition

React Native wrapper for the Activity Recognition API.
GNU General Public License v2.0
92 stars 79 forks source link

Issue with ios Pod install #32

Open shrikanttapkeer07 opened 3 years ago

shrikanttapkeer07 commented 3 years ago

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

vrgimael commented 3 years ago

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?

blaisebarre commented 2 years ago

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