We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ffd37 commit 2b1c536Copy full SHA for 2b1c536
package.json
@@ -16,6 +16,16 @@
16
"types": "./lib/typescript/commonjs/src/index.d.ts",
17
"default": "./lib/commonjs/index.js"
18
}
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
+ }
29
30
},
31
"files": [
0 commit comments