auto-commit for 43a569f5-db0f-4510-b442-6a80ee415745

This commit is contained in:
emergent-agent-e1
2025-11-08 14:38:44 +00:00
parent 1955716ebb
commit 15b0dcf681
+6 -2
View File
@@ -49,8 +49,12 @@ function HomeTab() {
{/* Header */}
<View style={styles.header}>
<View style={styles.headerLeft}>
<TouchableOpacity style={styles.profileImage}>
<Ionicons name="person" size={24} color="#6B7280" />
<TouchableOpacity style={styles.profileImage} onPress={pickImage}>
{profileImage ? (
<Image source={{ uri: profileImage }} style={styles.profileImageSrc} />
) : (
<Ionicons name="person" size={24} color="#6B7280" />
)}
</TouchableOpacity>
<View style={styles.profileBadge}>
<Ionicons name="star" size={12} color="#FFD700" />