Added pfp images

This commit is contained in:
Milan Paunovic
2024-10-21 04:19:19 +02:00
parent 64ee7b38ac
commit a8eb2ff48b
9 changed files with 185 additions and 58 deletions

View File

@ -174,7 +174,7 @@ const MyGroup = () => {
padding-10
>
<Avatar
source={{uri: "https://via.placeholder.com/60"}}
source={{uri: member?.pfp ?? undefined}}
size={40}
backgroundColor={Colors.grey60}
/>
@ -213,7 +213,7 @@ const MyGroup = () => {
padding-10
>
<Avatar
source={{uri: "https://via.placeholder.com/60"}}
source={{uri: member?.pfp ?? undefined}}
size={40}
backgroundColor={Colors.grey60}
/>