Skip to content

Commit

Permalink
fix: exports react native entrypoint for the sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed Oct 24, 2024
1 parent e9bf5c3 commit 2d51fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
".": {
"types": "./lib/index.d.ts",
"import": "./src/index.js",
"react-native": "./src/native.js",
"require": "./lib/index.cjs"
}
},
Expand Down

0 comments on commit 2d51fc4

Please sign in to comment.