Skip to content

Commit 917d107

Browse files
authored
Merge pull request #7 from lodmfjord/master
fix: cannot find module
2 parents 7808d9e + 3d5c634 commit 917d107

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/src/index.d.ts",
8-
"react-native": "src/index",
8+
"react-native": "lib/commonjs/index",
99
"source": "src/index",
1010
"files": [
1111
"lib",

0 commit comments

Comments
 (0)