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 8735e44 commit 2c3fc59Copy full SHA for 2c3fc59
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-bottom-tabs",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "Native Bottom Tabs for React Native",
5
"source": "./src/index.tsx",
6
"main": "./lib/commonjs/index.js",
@@ -15,6 +15,16 @@
15
"types": "./lib/typescript/commonjs/src/index.d.ts",
16
"default": "./lib/commonjs/index.js"
17
}
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
+ }
28
29
},
30
"files": [
0 commit comments