mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-14 10:11:02 +00:00
auto-commit for 53df75f1-4762-4fd2-9608-b7fe26335ebc
This commit is contained in:
@@ -94,7 +94,7 @@ function HomeTab() {
|
||||
{/* Header */}
|
||||
<View style={[styles.header, { paddingTop: insets.top + 16 }]}>
|
||||
<View style={styles.headerLeft}>
|
||||
<TouchableOpacity style={styles.profileImage} onPress={pickImage}>
|
||||
<TouchableOpacity style={styles.profileImage} onPress={showImagePickerOptions}>
|
||||
{profileImage ? (
|
||||
<Image source={{ uri: profileImage }} style={styles.profileImageSrc} />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user