0.0.5 • Published 3 years ago

@sphereon/rn-did-siop-auth-lib v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

CI

Testing the changes

npm:

npm run test

yarn:

yarn test

Publishing and using the package

After the changes are done publish the package, running the following command from the root folder of the project

npm:

npm publish

yarn:

yarn publish

and import it in your react-native project using

npm:

npm i didsiop-auth

or yarn:

yarn add didsiop-auth