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 and charIeszhao committed Dec 5, 2024
1 parent ee6d790 commit 49b9709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"react-native": "./lib/shim.js",
"exports": {
"types": "./lib/index.d.ts",
"react-native": "./lib/shim.js",
"import": "./lib/index.js",
"default": "./lib/index.js"
},
Expand Down

0 comments on commit 49b9709

Please sign in to comment.