mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-09 20:41:01 +00:00
auto-commit for 43a569f5-db0f-4510-b442-6a80ee415745
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user