Skip to content

Commit 294fbb2

Browse files
authored
fix(Android): prevent image edit action buttons from overlapping system bars (RocketChat#6930)
1 parent 95f10dc commit 294fbb2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ PODS:
23272327
- ReactCommon/turbomodule/bridging
23282328
- ReactCommon/turbomodule/core
23292329
- Yoga
2330-
- RNImageCropPicker (0.50.1):
2330+
- RNImageCropPicker (0.51.0):
23312331
- DoubleConversion
23322332
- glog
23332333
- hermes-engine
@@ -2351,10 +2351,10 @@ PODS:
23512351
- ReactCodegen
23522352
- ReactCommon/turbomodule/bridging
23532353
- ReactCommon/turbomodule/core
2354-
- RNImageCropPicker/QBImagePickerController (= 0.50.1)
2354+
- RNImageCropPicker/QBImagePickerController (= 0.51.0)
23552355
- TOCropViewController (~> 2.7.4)
23562356
- Yoga
2357-
- RNImageCropPicker/QBImagePickerController (0.50.1):
2357+
- RNImageCropPicker/QBImagePickerController (0.51.0):
23582358
- DoubleConversion
23592359
- glog
23602360
- hermes-engine
@@ -3172,7 +3172,7 @@ SPEC CHECKSUMS:
31723172
RNFBCrashlytics: 8a49978bb953d3fc052813093fecd4b447bbabf8
31733173
RNFileViewer: f9424017fa643c115c1444e11292e84fb16ddd68
31743174
RNGestureHandler: 8ff2b1434b0ff8bab28c8242a656fb842990bbc8
3175-
RNImageCropPicker: b219389d3a300679b396e81d501e8c8169ffa3c0
3175+
RNImageCropPicker: c78ee80ea778f90cb850f4d26696fd9c1a7bcfbb
31763176
RNLocalize: ca86348d88b9a89da0e700af58d428ab3f343c4e
31773177
RNReanimated: f52ccd5ceea2bae48d7421eec89b3f0c10d7b642
31783178
RNScreens: b13e4c45f0406f33986a39c0d8da0324bff94435

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"react-native-easy-toast": "2.3.0",
9999
"react-native-file-viewer": "2.1.4",
100100
"react-native-gesture-handler": "2.24.0",
101-
"react-native-image-crop-picker": "RocketChat/react-native-image-crop-picker#5346870b0be10d300dc53924309dc6adc9946d50",
101+
"react-native-image-crop-picker": "RocketChat/react-native-image-crop-picker#f028aac24373d05166747ef6d9e59bb037fe3224",
102102
"react-native-katex": "git+https://github.com/RocketChat/react-native-katex.git",
103103
"react-native-keyboard-controller": "^1.17.1",
104104
"react-native-linear-gradient": "2.6.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12698,9 +12698,9 @@ react-native-gesture-handler@2.24.0:
1269812698
hoist-non-react-statics "^3.3.0"
1269912699
invariant "^2.2.4"
1270012700

12701-
react-native-image-crop-picker@RocketChat/react-native-image-crop-picker#5346870b0be10d300dc53924309dc6adc9946d50:
12702-
version "0.50.1"
12703-
resolved "https://codeload.github.com/RocketChat/react-native-image-crop-picker/tar.gz/5346870b0be10d300dc53924309dc6adc9946d50"
12701+
react-native-image-crop-picker@RocketChat/react-native-image-crop-picker#f028aac24373d05166747ef6d9e59bb037fe3224:
12702+
version "0.51.0"
12703+
resolved "https://codeload.github.com/RocketChat/react-native-image-crop-picker/tar.gz/f028aac24373d05166747ef6d9e59bb037fe3224"
1270412704

1270512705
react-native-is-edge-to-edge@1.1.6:
1270612706
version "1.1.6"

0 commit comments

Comments
 (0)