From 542fa23a98547fb05f55036bf65d08850ff86143 Mon Sep 17 00:00:00 2001 From: leon-morival Date: Tue, 30 Sep 2025 10:08:45 +0200 Subject: [PATCH] profile screen --- src/screens/Profile/Profile.js | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/screens/Profile/Profile.js b/src/screens/Profile/Profile.js index 14c2494..3b6454f 100644 --- a/src/screens/Profile/Profile.js +++ b/src/screens/Profile/Profile.js @@ -238,7 +238,7 @@ const Profile = () => { backgroundColor: isWeb ? "transparent" : "#0000004D", }} rightComponent={() => - isSelf ? ( + !isWeb && isSelf ? ( SheetManager.show("ProfileSettings")}> @@ -258,6 +258,20 @@ const Profile = () => { // Platform.OS !== "ios" ? "dimezisBlurView" : "none" // } > + {isWeb && ( + SheetManager.show("ProfileSettings")}> + + + )} + { "Profil"} - + {Array.isArray(displayedProjects)