Fix newpost and ready for new version
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user