From 1c1e6812f1f3a60dec416ddfaee8c341b17bd665 Mon Sep 17 00:00:00 2001 From: Hyo Chan Jang Date: Wed, 15 Jan 2020 01:09:34 +0900 Subject: [PATCH] Increase profile image size (#92) * Increase profile image size * Update snapshot --- src/components/screen/ProfileUpdate.tsx | 4 +--- .../__tests__/__snapshots__/ProfileUpdate.test.tsx.snap | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/screen/ProfileUpdate.tsx b/src/components/screen/ProfileUpdate.tsx index 59731f2df..fa7d15331 100644 --- a/src/components/screen/ProfileUpdate.tsx +++ b/src/components/screen/ProfileUpdate.tsx @@ -11,8 +11,6 @@ import styled from 'styled-components/native'; import { useActionSheet } from '@expo/react-native-action-sheet'; import { useThemeContext } from '@dooboo-ui/native-theme'; -// import { CommonActions } from '@react-navigation/core'; - const BUTTON_INDEX_LAUNCH_CAMERA = 0; const BUTTON_INDEX_LAUNCH_IMAGE_LIBLARY = 1; const BUTTON_INDEX_CANCEL = 2; @@ -149,7 +147,7 @@ function Screen(props: Props): React.ReactElement { onPress={onPressImg} > {!profilePath ? ( - + ) : (