mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +03:00
Update src/components/avatarHeader/avatarHeaderView.js
Co-Authored-By: Mustafa Buyukcelebi <mustafa.buyukcel@gmail.com>
This commit is contained in:
parent
43d871bf77
commit
5d86460a09
@ -28,7 +28,7 @@ const AvatarHeader = ({
|
|||||||
iconStyle={styles.backIcon}
|
iconStyle={styles.backIcon}
|
||||||
iconType="MaterialIcons"
|
iconType="MaterialIcons"
|
||||||
name="arrow-back"
|
name="arrow-back"
|
||||||
onPress={() => navigation.goBack()}
|
onPress={navigation.goBack}
|
||||||
size={25}
|
size={25}
|
||||||
/>
|
/>
|
||||||
<View style={styles.wrapper}>
|
<View style={styles.wrapper}>
|
||||||
|
Loading…
Reference in New Issue
Block a user