Skip to content

Commit

Permalink
del codegenConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
林志鹏 committed Feb 23, 2024
1 parent f10fbfc commit bc5362a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,9 +13,6 @@
"access": "public"
},
"files": [
"/android",
"!/android/build",
"/ios",
"/*.podspec",
"/src",
"/lib",
Expand Down Expand Up @@ -62,13 +59,5 @@
"targets": [
"typescript"
]
},
"codegenConfig": {
"name": "RNImagePickerSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.imagepicker"
}
}
}

0 comments on commit bc5362a

Please sign in to comment.