Skip to content

Commit

Permalink
chore(blob): add support for React Native in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
trentcharlie committed May 5, 2024
1 parent 585a753 commit 2c14c6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"crypto": "./dist/crypto-browser.js",
"stream": "./dist/stream-browser.js"
},
"react-native": {
"undici": "./dist/undici-browser.js",
"crypto": "./dist/crypto-browser.js",
"stream": "./dist/stream-browser.js"
},
"typesVersions": {
"*": {
"client": [
Expand Down

0 comments on commit 2c14c6d

Please sign in to comment.