Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis authored Aug 5, 2024
1 parent 5dcaa09 commit 3a22e18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ bundle everything properly.
Also, the metro bundler that react-native uses doesn't support the `cjs` file extension until v0.72.0 (see [facebook/metro#535](https://github.com/facebook/metro/issues/535)) which is used by some libraries in the stack, so
we have to configure these too.

> ℹ️ **Note:** In case you run into issues check out the [Troubleshooting](../troubleshooting.md) page for some options.and example open-source React Native apps using veramo.
> ℹ️ **Note:** In case you run into issues check out the [Troubleshooting](../troubleshooting.md) page for some options and example open-source React Native apps using Veramo.
#### Support for ESM-only modules

Expand Down Expand Up @@ -383,8 +383,8 @@ migrations.

To get around this issue, you can use one of the solutions from this thread:

- <https://github.com/typeorm/typeorm/issues/4561#issuecomment-546010351>
- <https://forums.expo.dev/t/change-minifierconfig-for-minify-uglify/36460>
- https://github.com/typeorm/typeorm/issues/4561#issuecomment-546010351
- https://forums.expo.dev/t/change-minifierconfig-for-minify-uglify/36460

## Troubleshooting

Expand Down
3 changes: 2 additions & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ maintained by Sphereon](https://github.com/Sphereon-Opensource/isomorphic-webcry

#### Example React Native open-source production apps using Veramo

Checkout the following to libraries to see how they have successfully configured their production-level React Native apps using Veramo:
Checkout the following projects to see how they have successfully configured their production-level React Native apps using Veramo:

* [Sphereon mobile wallet](https://github.com/Sphereon-Opensource/mobile-wallet)
* [Tonomy ID](https://github.com/Tonomy-Foundation/Tonomy-ID)

0 comments on commit 3a22e18

Please sign in to comment.