Skip to content
Merged
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
5 changes: 3 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,8 @@ PODS:
- RNFBApp
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.13.2):
- RNGestureHandler (2.13.3):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNImageCropPicker (0.35.2):
- React-Core
Expand Down Expand Up @@ -1234,7 +1235,7 @@ SPEC CHECKSUMS:
RNFBMessaging: 216693dd5ba4f18ba65fb39fc73a44a23c26190f
RNFBRemoteConfig: 85ba519c47cf163d824ed5735e3d9ab59e967f86
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: bb86e378287f7713baf3ca205423eb8109790022
RNGestureHandler: fa40ab6b6cafaa7609294d31f8e8fbbd0cce8ea6
RNImageCropPicker: 9e0bf18cf4184a846fed55747c8e622208b39947
RNKeychain: 4f63aada75ebafd26f4bc2c670199461eab85d94
RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"react-native-fast-crypto": "^2.0.0",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.13.2",
"react-native-gesture-handler": "^2.13.3",
"react-native-get-random-values": "^1.9.0",
"react-native-haptic-feedback": "^1.14.0",
"react-native-image-crop-picker": "^0.35.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14498,10 +14498,10 @@ react-native-fs@^2.20.0:
base-64 "^0.1.0"
utf8 "^3.0.0"

react-native-gesture-handler@^2.13.2:
version "2.13.2"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.13.2.tgz#06813c250922db258ce4ee255f757e7ef32a3ae0"
integrity sha512-EADHg1cFunvu47lyzlqCJQluQxUIGZwDpdq2GEBXxFmH8AWTI2ofurio5doWnFR+dLVEjaLAzI/dU2xQjP0/pA==
react-native-gesture-handler@^2.13.3:
version "2.13.3"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.13.3.tgz#417dac3d063fd61589f21187ad732372d01c8feb"
integrity sha512-6sNXtmRfYxQWgH0TjQX03QQ4UfCyM8jX1Ee1jXc3uNgefk03qapGGxZ2noXodGWKHzpsqMxB0O1lFLGew0GRrw==
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
Expand Down