Skip to content

Commit 9664c2f

Browse files
committed
fix main
1 parent a583572 commit 9664c2f

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
@@ -2,7 +2,7 @@
22
"name": "rn-pdf-reader-js",
33
"version": "3.0.0",
44
"description": "PDF reader for Expo",
5-
"main": "lib/index.js",
5+
"main": "node_modules/expo/AppEntry.js",
66
"types": "lib/index.d.ts",
77
"author": "Xavier Carpentier <[email protected]> (https://xaviercarpentier.com/)",
88
"license": "MIT",

0 commit comments

Comments
 (0)