fixed username not showing bug in post header

This commit is contained in:
Sadaqat Ali 2022-03-18 19:56:48 +05:00
parent 0f80e6c0d2
commit 35d52bdb06

View File

@ -89,7 +89,7 @@ class PostHeaderDescription extends PureComponent {
} = this.props;
return (
<View>
<View style={{ flex: 1 }}>
<View style={[styles.container, customStyle]}>
<TouchableOpacity
style={styles.avatarNameWrapper}