Skip to content

Commit

Permalink
fix: point codegen to correct package.json (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski authored Oct 28, 2024
1 parent 12ebad6 commit 55f370e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-bottom-tabs",
"version": "0.1.0",
"version": "0.1.1",
"description": "Native Bottom Tabs for React Native",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand All @@ -26,7 +26,8 @@
"types": "./lib/typescript/commonjs/src/react-navigation/index.d.ts",
"default": "./lib/commonjs/react-navigation/index.js"
}
}
},
"./package.json": "./package.json"
},
"files": [
"src",
Expand Down Expand Up @@ -208,7 +209,7 @@
"codegenConfig": {
"name": "RNCTabView",
"type": "components",
"jsSrcsDir": "src",
"jsSrcsDir": "./src",
"android": {
"javaPackageName": "com.rcttabview"
}
Expand Down

0 comments on commit 55f370e

Please sign in to comment.