From 255f8459657f8b5ec7dd5390d8b37f4512e85cb0 Mon Sep 17 00:00:00 2001 From: Vinicius Souza Date: Sat, 26 Oct 2024 15:12:57 -0300 Subject: [PATCH] feat: add change photo button --- src/screens/Profile.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/screens/Profile.tsx b/src/screens/Profile.tsx index 65ca0a6..2879072 100644 --- a/src/screens/Profile.tsx +++ b/src/screens/Profile.tsx @@ -1,5 +1,5 @@ +import { ScrollView, TouchableOpacity } from 'react-native'; import { Center, Text, VStack } from '@gluestack-ui/themed'; -import { ScrollView } from 'react-native'; import { ScreenHeader } from '@components/ScreenHeader'; import { UserPhoto } from '@components/UserPhoto'; @@ -16,6 +16,12 @@ export function Profile() { alt="imagem de perfil" size="xl" /> + + + + Alterar foto + +