@react-native-ohos/react-native-image-crop-picker 0.40.4-rc.3 → 0.40.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  "description": "Please describe the basic information.",
4
4
  main: 'index.ets',
5
5
  type: 'module',
6
- version: '0.40.4-rc.3',
6
+ version: '0.40.4',
7
7
  dependencies: {
8
8
  "@rnoh/react-native-openharmony": "^0.72.38"
9
9
  },
@@ -207,8 +207,8 @@ export struct ImageEditInfo {
207
207
  .fontSize(20)
208
208
  .textAlign(TextAlign.Center)
209
209
  .width('100%')
210
- .height(56)
211
- .position({ x: 0, y: 10 })
210
+ .height(46)
211
+ .position({ x: 0, y: 20 })
212
212
  .backgroundColor(Color.Black)
213
213
  }
214
214
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-image-crop-picker",
3
- "version": "0.40.4-rc.3",
3
+ "version": "0.40.4",
4
4
  "description": "Select single or multiple images, with cropping option",
5
5
  "main": "js/index.js",
6
6
  "scripts": {