background iamges

This commit is contained in:
2025-10-08 09:58:44 +02:00
parent 0c804b82f1
commit 42af3aa125
7 changed files with 12 additions and 128 deletions
+6 -6
View File
@@ -300,7 +300,7 @@ const Profile = () => {
return (
<Page
backgroundImg={isWeb ? background.profileBgWeb : background.profileBG}
backgroundImg={isWeb ? background.profileWebBG : background.profileWebBG}
headerType="NAVIGATE"
hideBackButton={params?.noBack}
contentContainerStyle={{
@@ -349,11 +349,11 @@ const Profile = () => {
</PressableScale>
)}
<View style={{ alignItems: "center" }}>
<View style={styles.avatarWrapper}>
<ExpoImage
source={
(
<View style={{ alignItems: "center" }}>
<View style={styles.avatarWrapper}>
<ExpoImage
source={
(
isSelf
? currentUserData?.profilePictureURL
: userData?.profilePictureURL