feat: add change photo button
This commit is contained in:
parent
7a26c9da62
commit
255f845965
1 changed files with 7 additions and 1 deletions
|
|
@ -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"
|
||||
/>
|
||||
|
||||
<TouchableOpacity>
|
||||
<Text color="$green500" fontFamily="$heading" fontSize="$md" mt="$2" mb="$8">
|
||||
Alterar foto
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
</Center>
|
||||
</ScrollView>
|
||||
</VStack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue