mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-13 18:22:44 +03:00
fixed image cover
This commit is contained in:
parent
a26445c168
commit
35bd98f311
@ -89,7 +89,12 @@ class PostCardView extends Component {
|
|||||||
onPress={() => this._handleOnContentPress()}
|
onPress={() => this._handleOnContentPress()}
|
||||||
>
|
>
|
||||||
{!isHideImage && (
|
{!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]}>
|
<View style={[styles.postDescripton]}>
|
||||||
<Text style={styles.title}>{content.title}</Text>
|
<Text style={styles.title}>{content.title}</Text>
|
||||||
|
Loading…
Reference in New Issue
Block a user