diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-08-31 20:09:58 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-08-31 20:09:58 -0500 |
commit | b3b2cfe9093cc9b95d35771d3029e05bc524d380 (patch) | |
tree | 35cc6f0388198dced081cb316d923f1273afe284 /ios | |
parent | 4aa8a58f2717f514a1262fcfc66ec805c03966fb (diff) | |
download | voidsky-b3b2cfe9093cc9b95d35771d3029e05bc524d380.tar.zst |
Add composer FAB to home page
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 46f25c971..e3869b597 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,5 +1,7 @@ PODS: - boost (1.76.0) + - BVLinearGradient (2.6.2): + - React-Core - DoubleConversion (1.1.6) - FBLazyVector (0.68.2) - FBReactNativeSpec (0.68.2): @@ -333,6 +335,7 @@ PODS: DEPENDENCIES: - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`) + - BVLinearGradient (from `../node_modules/react-native-linear-gradient`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`) @@ -381,6 +384,8 @@ SPEC REPOS: EXTERNAL SOURCES: boost: :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec" + BVLinearGradient: + :path: "../node_modules/react-native-linear-gradient" DoubleConversion: :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" FBLazyVector: @@ -460,6 +465,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: a7c83b31436843459a1961bfd74b96033dc77234 + BVLinearGradient: 34a999fda29036898a09c6a6b728b0b4189e1a44 DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648 FBReactNativeSpec: 81ce99032d5b586fddd6a38d450f8595f7e04be4 |