mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-13 09:34:20 +03:00
commit
e71c812e32
@ -89,7 +89,12 @@ class PostCardView extends Component {
|
||||
onPress={() => this._handleOnContentPress()}
|
||||
>
|
||||
{!isHideImage && (
|
||||
<FastImage source={_image} style={styles.thumbnail} defaultSource={DEFAULT_IMAGE} />
|
||||
<FastImage
|
||||
source={_image}
|
||||
style={styles.thumbnail}
|
||||
defaultSource={DEFAULT_IMAGE}
|
||||
resizeMode={FastImage.resizeMode.stretch}
|
||||
/>
|
||||
)}
|
||||
<View style={[styles.postDescripton]}>
|
||||
<Text style={styles.title}>{content.title}</Text>
|
||||
|
Loading…
Reference in New Issue
Block a user