Skip to content

Commit

Permalink
docs: update react_native_3_create_credentials.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis authored Aug 1, 2024
1 parent 3ec3bb9 commit 6ab42db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/react_native_tutorials/react_native_3_create_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ sidebar_label: Create Credentials
The veramo list of "core" packages contains a W3C Credential plugin. This plugin allows us to
create and verify credentials with JWT proof type.

But first, add a `resolutions` block to your `package.json` file to prevent some problematic
dependencies from causing issues
(See [this issue](https://github.com/decentralized-identity/veramo/issues/1407) for more details):

```js
// filename: package.json
"resolutions": {
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
},
```

Now add the credential package:
`npm install @veramo/credential-w3c`

## Setup
Expand Down

0 comments on commit 6ab42db

Please sign in to comment.