From 55f370ed6ef7a5c28746e7760c2db78f18111073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwa=C5=9Bniewski?= Date: Mon, 28 Oct 2024 23:11:20 +0100 Subject: [PATCH] fix: point codegen to correct package.json (#86) --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c8921aa..0319d8f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -208,7 +209,7 @@ "codegenConfig": { "name": "RNCTabView", "type": "components", - "jsSrcsDir": "src", + "jsSrcsDir": "./src", "android": { "javaPackageName": "com.rcttabview" }