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 12ebad6 commit 55f370eCopy full SHA for 55f370e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-bottom-tabs",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Native Bottom Tabs for React Native",
5
"source": "./src/index.tsx",
6
"main": "./lib/commonjs/index.js",
@@ -26,7 +26,8 @@
26
"types": "./lib/typescript/commonjs/src/react-navigation/index.d.ts",
27
"default": "./lib/commonjs/react-navigation/index.js"
28
}
29
- }
+ },
30
+ "./package.json": "./package.json"
31
},
32
"files": [
33
"src",
@@ -208,7 +209,7 @@
208
209
"codegenConfig": {
210
"name": "RNCTabView",
211
"type": "components",
- "jsSrcsDir": "src",
212
+ "jsSrcsDir": "./src",
213
"android": {
214
"javaPackageName": "com.rcttabview"
215
0 commit comments