diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 14:47:42 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 14:47:42 -0600 |
commit | d0364c09adeb922af5a0be7416a8b72468f46fd4 (patch) | |
tree | 7aa2da4d36108c342b1f83880b9b69a41d2b6c1e /ios | |
parent | bf03167ca6709292852e01cd30a1a8106f6fc618 (diff) | |
download | voidsky-d0364c09adeb922af5a0be7416a8b72468f46fd4.tar.zst |
Hackfix around 'images too large' issue
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Podfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 6f14299b0..80249b61a 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -341,6 +341,8 @@ PODS: - React-Core - RNCClipboard (1.11.1): - React-Core + - RNFS (2.20.0): + - React-Core - RNGestureHandler (2.8.0): - React-Core - RNImageCropPicker (0.38.1): @@ -438,6 +440,7 @@ DEPENDENCIES: - rn-fetch-blob (from `../node_modules/rn-fetch-blob`) - "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)" - "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)" + - RNFS (from `../node_modules/react-native-fs`) - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - RNImageCropPicker (from `../node_modules/react-native-image-crop-picker`) - RNInAppBrowser (from `../node_modules/react-native-inappbrowser-reborn`) @@ -542,6 +545,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@react-native-async-storage/async-storage" RNCClipboard: :path: "../node_modules/@react-native-clipboard/clipboard" + RNFS: + :path: "../node_modules/react-native-fs" RNGestureHandler: :path: "../node_modules/react-native-gesture-handler" RNImageCropPicker: @@ -606,6 +611,7 @@ SPEC CHECKSUMS: rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba RNCAsyncStorage: 8616bd5a58af409453ea4e1b246521bb76578d60 RNCClipboard: 2834e1c4af68697089cdd455ee4a4cdd198fa7dd + RNFS: 4ac0f0ea233904cb798630b3c077808c06931688 RNGestureHandler: 62232ba8f562f7dea5ba1b3383494eb5bf97a4d3 RNImageCropPicker: 648356d68fbf9911a1016b3e3723885d28373eda RNInAppBrowser: e36d6935517101ccba0e875bac8ad7b0cb655364 |