Johan-dutoit / react-native-movesense

React Native Movesense library
MIT License
1 stars 0 forks source link

Correct way to install library in IOS #3

Closed kyesw closed 3 years ago

kyesw commented 3 years ago

Hello,

I am trying to install this library in my expo project in IOS.

I have done "yarn add react-native-movesense"

Without adding "pod 'Movesense', :git => 'ssh://git@altssh.bitbucket.org:443/suunto/movesense-mobile-lib.git'" line to the "Podfile", "cd ios && pod install" failed.

When I do "pod install"after adding "pod 'Movesense', :git => 'ssh://git@altssh.bitbucket.org:443/suunto/movesense-mobile-lib.git'" line to the "Podfile", it gives me an error "Please make sure you have the correct access rights and the repository exists."

Can you provide more detailed explanation on how to instal pod?

Thank you in advance.

Johan-dutoit commented 3 years ago

Unfortunately this library doesn't support expo, or technically, expo doesn't support this library.

You'll have to eject and then follow the standard installation steps.

kyesw commented 3 years ago

Thank you for the explanation. The problem was with the bitbucket public key setting.