Closed kyesw closed 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.
Thank you for the explanation. The problem was with the bitbucket public key setting.
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.