Skip to content

Commit

Permalink
feat: add package exports compatibility for react-native apps
Browse files Browse the repository at this point in the history
  • Loading branch information
icodesign authored Dec 3, 2024
1 parent ee6d790 commit 0c8a976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"exports": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"default": "./lib/index.js"
"default": "./lib/index.js",
"react-native": "./lib/shim.js"
},
"files": [
"lib"
Expand Down

0 comments on commit 0c8a976

Please sign in to comment.