updated card view

This commit is contained in:
u-e 2019-01-23 11:07:19 +03:00
parent ad6b7581d7
commit 7fc536cf90

View File

@ -87,11 +87,7 @@ 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} />
)}
<View style={[styles.postDescripton]}>
<Text style={styles.title}>{content.title}</Text>