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 /yarn.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 'yarn.lock')
| -rw-r--r-- | yarn.lock | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5114,6 +5114,11 @@ react-native-gesture-handler@^1.6.1: invariant "^2.2.4" prop-types "^15.7.2" +react-native-image-crop-picker@^0.32.2: + version "0.32.2" + resolved "https://registry.yarnpkg.com/react-native-image-crop-picker/-/react-native-image-crop-picker-0.32.2.tgz#862bddc99f7a8e17b7f584846a0c46bfad233917" + integrity sha512-x1rwdpVKL6v1AY38rLNYUkLEJIxOK/3C8ipmNbcYFUKunVcmsEvhGLX2ll9kMjp/q+vGOmx4YO38eGp0axYoxg== + react-native-iphone-x-helper@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.1.tgz#645e2ffbbb49e80844bb4cbbe34a126fda1e6772" |
