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 /package.json | |
| 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 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 142bde68..64647d18 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "react-native-animatable": "^1.3.3", "react-native-confirmation-code-field": "^6.5.0", "react-native-gesture-handler": "^1.6.1", + "react-native-image-crop-picker": "^0.32.2", "react-native-linear-gradient": "^2.5.6", "react-native-reanimated": "^1.9.0", "react-native-safe-area-context": "^3.0.6", |
