Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2327,7 +2327,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNImageCropPicker (0.50.1):
- RNImageCropPicker (0.51.0):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -2351,10 +2351,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNImageCropPicker/QBImagePickerController (= 0.50.1)
- RNImageCropPicker/QBImagePickerController (= 0.51.0)
- TOCropViewController (~> 2.7.4)
- Yoga
- RNImageCropPicker/QBImagePickerController (0.50.1):
- RNImageCropPicker/QBImagePickerController (0.51.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -3172,7 +3172,7 @@ SPEC CHECKSUMS:
RNFBCrashlytics: 8a49978bb953d3fc052813093fecd4b447bbabf8
RNFileViewer: f9424017fa643c115c1444e11292e84fb16ddd68
RNGestureHandler: 8ff2b1434b0ff8bab28c8242a656fb842990bbc8
RNImageCropPicker: b219389d3a300679b396e81d501e8c8169ffa3c0
RNImageCropPicker: c78ee80ea778f90cb850f4d26696fd9c1a7bcfbb
RNLocalize: ca86348d88b9a89da0e700af58d428ab3f343c4e
RNReanimated: f52ccd5ceea2bae48d7421eec89b3f0c10d7b642
RNScreens: b13e4c45f0406f33986a39c0d8da0324bff94435
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"react-native-easy-toast": "2.3.0",
"react-native-file-viewer": "2.1.4",
"react-native-gesture-handler": "2.24.0",
"react-native-image-crop-picker": "RocketChat/react-native-image-crop-picker#5346870b0be10d300dc53924309dc6adc9946d50",
"react-native-image-crop-picker": "RocketChat/react-native-image-crop-picker#f028aac24373d05166747ef6d9e59bb037fe3224",
"react-native-katex": "git+https://github.com/RocketChat/react-native-katex.git",
"react-native-keyboard-controller": "^1.17.1",
"react-native-linear-gradient": "2.6.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12698,9 +12698,9 @@ react-native-gesture-handler@2.24.0:
hoist-non-react-statics "^3.3.0"
invariant "^2.2.4"

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

react-native-is-edge-to-edge@1.1.6:
version "1.1.6"
Expand Down
Loading