diff --git a/harmony/image_picker.har b/harmony/image_picker.har index 12e868a31..9cf56ccf5 100644 Binary files a/harmony/image_picker.har and b/harmony/image_picker.har differ diff --git a/harmony/image_picker/oh-package.json5 b/harmony/image_picker/oh-package.json5 index 62727baac..088a0403d 100644 --- a/harmony/image_picker/oh-package.json5 +++ b/harmony/image_picker/oh-package.json5 @@ -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" + } } diff --git a/package.json b/package.json index 2fd7c77a1..267a7c218 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.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",