Skip to content

Commit 0056377

Browse files
authored
fix(lib): update react-native entry in lib package.json (#111)
* fix: update react-native entry in package.json
1 parent 5c8067e commit 0056377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"main": "dist/index.js",
1919
"types": "dist/index.d.ts",
20-
"react-native": "src/index.tsx",
20+
"react-native": "dist/index.js",
2121
"source": "src/index.tsx",
2222
"files": [
2323
"dist",

0 commit comments

Comments
 (0)