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 Jan 21, 2025
1 parent 02ca5df commit 5e0e74a
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 5e0e74a

Please sign in to comment.