From c38291fb50e30af0739f17de42f3b8bb51cca73e Mon Sep 17 00:00:00 2001 From: meganhong <34787696+meganhong@users.noreply.github.com> Date: Wed, 15 Jul 2020 13:41:57 -0700 Subject: 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 --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') 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", -- cgit v1.2.3-70-g09d2