diff options
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Podfile | 2 | ||||
-rw-r--r-- | ios/Podfile.lock | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/ios/Podfile b/ios/Podfile index 4eca4100..d8324a6d 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -33,4 +33,4 @@ end # add the Firebase pod for Google Analytics pod 'Firebase/Analytics' # add pods for any other desired Firebase products -# https://firebase.google.com/docs/ios/setup#available-pods
\ No newline at end of file +# https://firebase.google.com/docs/ios/setup#available-pods diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 86339554..15ec026f 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -343,6 +343,9 @@ PODS: - React-Core - react-native-netinfo (6.0.0): - React-Core + - react-native-photo-manipulator (1.2.4): + - React + - WCPhotoManipulator (~> 2.0.4) - react-native-safe-area-context (3.2.0): - React-Core - react-native-splash-screen (3.2.0): @@ -486,6 +489,7 @@ PODS: - RNVectorIcons (7.1.0): - React - TOCropViewController (2.6.0) + - WCPhotoManipulator (2.0.4) - Yoga (1.14.0) - YogaKit (1.18.1): - Yoga (~> 1.14) @@ -537,6 +541,7 @@ DEPENDENCIES: - react-native-image-picker (from `../node_modules/react-native-image-picker`) - react-native-image-resizer (from `../node_modules/react-native-image-resizer`) - "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)" + - react-native-photo-manipulator (from `../node_modules/react-native-photo-manipulator`) - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`) - react-native-splash-screen (from `../node_modules/react-native-splash-screen`) - react-native-video (from `../node_modules/react-native-video`) @@ -595,6 +600,7 @@ SPEC REPOS: - OpenSSL-Universal - PromisesObjC - TOCropViewController + - WCPhotoManipulator - YogaKit EXTERNAL SOURCES: @@ -646,6 +652,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-image-resizer" react-native-netinfo: :path: "../node_modules/@react-native-community/netinfo" + react-native-photo-manipulator: + :path: "../node_modules/react-native-photo-manipulator" react-native-safe-area-context: :path: "../node_modules/react-native-safe-area-context" react-native-splash-screen: @@ -757,6 +765,7 @@ SPEC CHECKSUMS: react-native-image-picker: c07b072faa83f3480b473a15ea3c19cc39b3d6fa react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f react-native-netinfo: e849fc21ca2f4128a5726c801a82fc6f4a6db50d + react-native-photo-manipulator: e44c14a28bf7c9b7657a0e0ac79327c1a4d8fe2c react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79 react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865 react-native-video: 0bb76b6d6b77da3009611586c7dbf817b947f30e @@ -788,9 +797,10 @@ SPEC CHECKSUMS: RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f RNVectorIcons: bc69e6a278b14842063605de32bec61f0b251a59 TOCropViewController: 3105367e808b7d3d886a74ff59bf4804e7d3ab38 + WCPhotoManipulator: 45b7be19b75c9edf6d2b44f2f61dbc3673862a8f Yoga: 7d13633d129fd179e01b8953d38d47be90db185a YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: e24412577971b52c81c348785bf01cb915155d6d +PODFILE CHECKSUM: 506904e1c9d422356d8a7be45ae9115719e4d7be COCOAPODS: 1.10.1 |