Skip to content

Commit 2c3fc59

Browse files
committed
fix: add react-navigation to exports in package.json
1 parent 8735e44 commit 2c3fc59

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bottom-tabs",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Native Bottom Tabs for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
@@ -15,6 +15,16 @@
1515
"types": "./lib/typescript/commonjs/src/index.d.ts",
1616
"default": "./lib/commonjs/index.js"
1717
}
18+
},
19+
"./react-navigation": {
20+
"import": {
21+
"types": "./lib/typescript/module/src/react-navigation/index.d.ts",
22+
"default": "./lib/module/react-navigation/index.js"
23+
},
24+
"require": {
25+
"types": "./lib/typescript/commonjs/src/react-navigation/index.d.ts",
26+
"default": "./lib/commonjs/react-navigation/index.js"
27+
}
1828
}
1929
},
2030
"files": [

0 commit comments

Comments
 (0)