Skip to content

Commit dceddd1

Browse files
committed
update readme for react-native support
1 parent a36763d commit dceddd1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ webcrypto and enable package-exports support in react-native:
13951395

13961396
```sh
13971397
# install polyfill
1398-
npm i isomorphic-webcrypto
1398+
npm i isomorphic-webcrypto@^2.3.8 # last known working version was 2.3.8
13991399
```
14001400

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

1412-
1413-
14141412
### License
14151413

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

0 commit comments

Comments
 (0)