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 54c63ae commit 04abe6bCopy full SHA for 04abe6b
1 file changed
package.json
@@ -15,6 +15,7 @@
15
"exports": {
16
".": {
17
"types": "./dist/index.d.ts",
18
+ "react-native": "./dist/browser/index.mjs",
19
"import": {
20
"node": "./dist/node/index.js",
21
"default": "./dist/browser/index.mjs"
@@ -45,7 +46,8 @@
45
46
"http-client",
47
"browser",
48
"node",
- "nodejs"
49
+ "nodejs",
50
+ "react-native"
51
],
52
"engines": {
53
"node": ">=18"
0 commit comments