diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-09-27 14:24:47 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-09-27 14:24:47 -0500 |
commit | ef4b9cf8d979a502b31b5387560511eddbc5ab7a (patch) | |
tree | 0cadc095c919893cc1d43144b48f28474c1667ff /ios | |
parent | c89ec94b17eb0ea568faf9349fc74a671a710650 (diff) | |
download | voidsky-ef4b9cf8d979a502b31b5387560511eddbc5ab7a.tar.zst |
Add account creation
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Podfile.lock | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 643b3368e..c7c8247ac 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -291,8 +291,6 @@ PODS: - React-jsi (= 0.68.2) - React-logger (= 0.68.2) - React-perflogger (= 0.68.2) - - rn-fetch-blob (0.12.0): - - React-Core - RNCAsyncStorage (1.17.10): - React-Core - RNCClipboard (1.11.1): @@ -370,7 +368,6 @@ DEPENDENCIES: - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - - 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`)" - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) @@ -449,8 +446,6 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/runtimeexecutor" ReactCommon: :path: "../node_modules/react-native/ReactCommon" - rn-fetch-blob: - :path: "../node_modules/rn-fetch-blob" RNCAsyncStorage: :path: "../node_modules/@react-native-async-storage/async-storage" RNCClipboard: @@ -502,7 +497,6 @@ SPEC CHECKSUMS: React-RCTVibration: 79040b92bfa9c3c2d2cb4f57e981164ec7ab9374 React-runtimeexecutor: b960b687d2dfef0d3761fbb187e01812ebab8b23 ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2 - rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba RNCAsyncStorage: 0c357f3156fcb16c8589ede67cc036330b6698ca RNCClipboard: 2834e1c4af68697089cdd455ee4a4cdd198fa7dd RNGestureHandler: 28ad20bf02257791f7f137b31beef34b9549f54b |