Skip to content

Commit

Permalink
feat: react-native support (#403)
Browse files Browse the repository at this point in the history
React-native doesn't have any node core modules so it must use the
pure-js/browser implementations of everything.
  • Loading branch information
achingbrain committed Dec 8, 2023
1 parent e9ce065 commit 233144f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,9 @@
"browser": {
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js",
"util": false
},
"react-native": {
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js",
"util": false
}
}

0 comments on commit 233144f

Please sign in to comment.