Skip to content

Commit 2b1c536

Browse files
authored
fix: add react-navigation export to package.json (#44)
1 parent a9ffd37 commit 2b1c536

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

+10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
"types": "./lib/typescript/commonjs/src/index.d.ts",
1717
"default": "./lib/commonjs/index.js"
1818
}
19+
},
20+
"./react-navigation": {
21+
"import": {
22+
"types": "./lib/typescript/module/src/react-navigation/index.d.ts",
23+
"default": "./lib/module/react-navigation/index.js"
24+
},
25+
"require": {
26+
"types": "./lib/typescript/commonjs/src/react-navigation/index.d.ts",
27+
"default": "./lib/commonjs/react-navigation/index.js"
28+
}
1929
}
2030
},
2131
"files": [

0 commit comments

Comments
 (0)