Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Instructions on how to get the tar file "rn-indy-sdk": "file:rn-indy-sdk-v0.1.7.tgz", #4

Closed
ILoomans opened this issue Feb 8, 2021 · 2 comments
Assignees

Comments

@ILoomans
Copy link

ILoomans commented Feb 8, 2021

Hello,

I was wondering whether there were instructions on how to create the rn-indy-sdk-v0.1.7.tgz file, I see that in the repository there is the tar file aries-framework-javascript but not for rn-indy-sdk. I tried to go to rn-indy-sdk and run npm pack, but that didn't work for me. Hope someone can help!

Ignace

@karimStekelenburg
Copy link
Member

Hi there!

Thanks for noting, looks like I've left rn-indy-sdk as a file dependency by mistake.
You can resolve this by removing the file dependency and adding the version from NPM by running:

yarn remove rn-indy-sdk
yarn add rn-indy-sdk

Also: in order to get it to work on iOS you'll need to follow step 2 of this answer after running pod install.

Hope this helps!

@TimoGlastra
Copy link
Member

Fixed by #5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants