Skip to content

Commit

Permalink
fix: correct react native entry path
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Apr 1, 2024
1 parent 32bf4a4 commit e5b5ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": ".lib/index.js",
"module": "./lib-esm/index.js",
"typings": "./lib-esm/index.d.ts",
"react-native": ".src/index.ts",
"react-native": "src/index.ts",
"source": "src/index",
"scripts": {
"example": "yarn workspace clickstream-react-native-example start",
Expand Down

0 comments on commit e5b5ae7

Please sign in to comment.