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 --- src/routes/Routes.tsx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/routes') diff --git a/src/routes/Routes.tsx b/src/routes/Routes.tsx index c6365613..93c16fc9 100644 --- a/src/routes/Routes.tsx +++ b/src/routes/Routes.tsx @@ -6,7 +6,6 @@ import { Registration, Verification, Profile, - Camera, } from '../screens/onboarding'; export type RootStackParamList = { @@ -14,7 +13,6 @@ export type RootStackParamList = { Registration: undefined; Verification: {username: string; email: string} | undefined; Profile: undefined; - Camera: undefined; }; const RootStack = createStackNavigator(); @@ -44,11 +42,6 @@ const Routes: React.FC = ({}) => { component={Profile} options={{headerShown: false}} /> - ); }; -- cgit v1.2.3-70-g09d2