From dceddd17b490bb24485f01ec41527126ad12f254 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 4 Dec 2024 23:44:13 +0100 Subject: [PATCH] update readme for react-native support --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ca7c97a..a666626 100644 --- a/README.md +++ b/README.md @@ -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): @@ -1409,8 +1409,6 @@ const config = { } ``` - - ### License [The MIT License](./LICENSE) © Kevin Jahns