From bc5362a78127c0802651ff661d3ddfaa63a47313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E9=B9=8F?= <10284872+wedatahub@user.noreply.gitee.com> Date: Fri, 23 Feb 2024 09:24:06 +0800 Subject: [PATCH] del codegenConfig --- package.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/package.json b/package.json index 267a7c218..93161183f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-image-picker", - "version": "7.0.3-0.0.7", + "version": "7.0.3-0.0.8", "description": "A React Native module that allows you to use native UI to select media from the device library or directly from the camera", "react-native": "src/index.ts", "main": "src/index.ts", @@ -13,9 +13,6 @@ "access": "public" }, "files": [ - "/android", - "!/android/build", - "/ios", "/*.podspec", "/src", "/lib", @@ -62,13 +59,5 @@ "targets": [ "typescript" ] - }, - "codegenConfig": { - "name": "RNImagePickerSpec", - "type": "modules", - "jsSrcsDir": "src", - "android": { - "javaPackageName": "com.imagepicker" - } } }