Fix newpost and ready for new version

This commit is contained in:
Adolfo Reyna
2023-01-11 09:04:00 -05:00
parent ff6e695bee
commit 2f76402658
6 changed files with 60 additions and 24 deletions

View File

@@ -11,15 +11,17 @@ const ProfileHeader = ({ profileObj }) => {
return (
<>
<Card elevation={3}>
<Card.Cover source={{ uri: photoUrl, cache: 'force-cache' }} />
<Card.Content>
<Card.Cover source={{ uri: photoUrl, cache: 'force-cache' }} style={{
height: 300
}} />
<Card.Content style={{}}>
<Title style={{position: "absolute", top: -60, left: 10, backgroundColor: "rgba(255,255,255,0.4)", padding: 10}}>
<UserName profileid={profileObj._id} />
</Title>
<Paragraph style={{paddingTop:10}}>{profileObj.profile.description}</Paragraph>
<View style={{
position: "absolute",
top: -190,
top: -290,
right: 10,
width: 50,
height: 50,