Skip to content

Commit

Permalink
update readme for react-native support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Dec 4, 2024
1 parent a36763d commit dceddd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ webcrypto and enable package-exports support in react-native:

```sh
# install polyfill
npm i isomorphic-webcrypto
npm i isomorphic-webcrypto@^2.3.8 # last known working version was 2.3.8
```

Add this to `metro.config.js` [(see docs)](https://reactnative.dev/blog/2023/06/21/package-exports-support):
Expand All @@ -1409,8 +1409,6 @@ const config = {
}
```



### License

[The MIT License](./LICENSE) © Kevin Jahns

0 comments on commit dceddd1

Please sign in to comment.