Skip to content

Commit

Permalink
Adapt to the new version of ohpm
Browse files Browse the repository at this point in the history
  • Loading branch information
renzhenhua-good-boy committed Jan 24, 2024
1 parent 5e05eb6 commit f10fbfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified harmony/image_picker.har
Binary file not shown.
5 changes: 3 additions & 2 deletions harmony/image_picker/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"license": "MIT",
"devDependencies": {
"rnoh": "file:../rnoh"
},
"author": "",
"name": "imagePicker",
"description": "Please describe the basic information.",
"main": "ts.ts",
"version": "1.0.0",
"dependencies": {}
"dependencies": {
"rnoh": "file:../rnoh"
}
}
2 changes: 1 addition & 1 deletion 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.6",
"version": "7.0.3-0.0.7",
"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 Down

0 comments on commit f10fbfc

Please sign in to comment.