Skip to content

Commit 6d2d7bd

Browse files
authored
fix: change react-native entry file path (#11)
change to compiled file path because unexpected syntax issue occurred from some development environments. close #5
1 parent ca537e7 commit 6d2d7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/index.d.ts",
8-
"react-native": "src/index",
8+
"react-native": "lib/module/index",
99
"source": "src/index",
1010
"files": [
1111
"src",

0 commit comments

Comments
 (0)