We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36763d commit dceddd1Copy full SHA for dceddd1
README.md
@@ -1395,7 +1395,7 @@ webcrypto and enable package-exports support in react-native:
1395
1396
```sh
1397
# install polyfill
1398
-npm i isomorphic-webcrypto
+npm i isomorphic-webcrypto@^2.3.8 # last known working version was 2.3.8
1399
```
1400
1401
Add this to `metro.config.js` [(see docs)](https://reactnative.dev/blog/2023/06/21/package-exports-support):
@@ -1409,8 +1409,6 @@ const config = {
1409
}
1410
1411
1412
-
1413
1414
### License
1415
1416
[The MIT License](./LICENSE) © Kevin Jahns
0 commit comments