Skip to content

Commit 55f370e

Browse files
authored
fix: point codegen to correct package.json (#86)
1 parent 12ebad6 commit 55f370e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bottom-tabs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Native Bottom Tabs for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
@@ -26,7 +26,8 @@
2626
"types": "./lib/typescript/commonjs/src/react-navigation/index.d.ts",
2727
"default": "./lib/commonjs/react-navigation/index.js"
2828
}
29-
}
29+
},
30+
"./package.json": "./package.json"
3031
},
3132
"files": [
3233
"src",
@@ -208,7 +209,7 @@
208209
"codegenConfig": {
209210
"name": "RNCTabView",
210211
"type": "components",
211-
"jsSrcsDir": "src",
212+
"jsSrcsDir": "./src",
212213
"android": {
213214
"javaPackageName": "com.rcttabview"
214215
}

0 commit comments

Comments
 (0)