diff options
| author | meganhong <34787696+meganhong@users.noreply.github.com> | 2020-07-15 13:41:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 16:41:57 -0400 |
| commit | c38291fb50e30af0739f17de42f3b8bb51cca73e (patch) | |
| tree | 204e37311df6d5aab35bc8e28cfee2dc871faa75 /ios/Podfile.lock | |
| parent | d0a72c6e258def8e5f5ac99477114da8edfc2fcf (diff) | |
TMA116 - Access Photo Gallery (#21)
* profile picture go to gallery methods added
* fitting images into circles
* styling stuff
* removed debug code
* changed image size to 580x580 for profile pic or else quality is low
* profile picture go to gallery methods added
* fitting images into circles
* styling stuff
* removed debug code
* changed image size to 580x580 for profile pic or else quality is low
* change circle to square cropper
* merging
* remove file from gitignore
* fitting images into circles
* styling stuff
* remove file from gitignore
* changing crop back to circle
Co-authored-by: meganhong <meganhong31@g.ucla.edu>
Diffstat (limited to 'ios/Podfile.lock')
| -rw-r--r-- | ios/Podfile.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ios/Podfile.lock b/ios/Podfile.lock index fcff1410..061a9b9d 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -300,10 +300,20 @@ PODS: - React - RNGestureHandler (1.6.1): - React + - RNImageCropPicker (0.32.2): + - React-Core + - React-RCTImage + - RNImageCropPicker/QBImagePickerController (= 0.32.2) + - TOCropViewController + - RNImageCropPicker/QBImagePickerController (0.32.2): + - React-Core + - React-RCTImage + - TOCropViewController - RNReanimated (1.9.0): - React - RNScreens (2.9.0): - React + - TOCropViewController (2.5.3) - Yoga (1.14.0) - YogaKit (1.18.1): - Yoga (~> 1.14) @@ -359,6 +369,7 @@ DEPENDENCIES: - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)" - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) + - RNImageCropPicker (from `../node_modules/react-native-image-crop-picker`) - RNReanimated (from `../node_modules/react-native-reanimated`) - RNScreens (from `../node_modules/react-native-screens`) - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) @@ -376,6 +387,7 @@ SPEC REPOS: - Flipper-RSocket - FlipperKit - OpenSSL-Universal + - TOCropViewController - YogaKit EXTERNAL SOURCES: @@ -435,6 +447,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@react-native-community/masked-view" RNGestureHandler: :path: "../node_modules/react-native-gesture-handler" + RNImageCropPicker: + :path: "../node_modules/react-native-image-crop-picker" RNReanimated: :path: "../node_modules/react-native-reanimated" RNScreens: @@ -482,8 +496,10 @@ SPEC CHECKSUMS: ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3 RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f RNGestureHandler: 8f09cd560f8d533eb36da5a6c5a843af9f056b38 + RNImageCropPicker: f0557a908758c4a3f83978894ec7227651529b45 RNReanimated: b5ccb50650ba06f6e749c7c329a1bc3ae0c88b43 RNScreens: c526239bbe0e957b988dacc8d75ac94ec9cb19da + TOCropViewController: 20a14b6a7a098308bf369e7c8d700dc983a974e6 Yoga: 3ebccbdd559724312790e7742142d062476b698e YogaKit: f782866e155069a2cca2517aafea43200b01fd5a |
