0.0.5 • Published 3 years ago
@sphereon/rn-did-siop-auth-lib v0.0.5
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