From ad6b7581d77c5b9e5bd174108f6b5885aaa729be Mon Sep 17 00:00:00 2001 From: u-e Date: Wed, 23 Jan 2019 11:06:35 +0300 Subject: [PATCH] removed stretch from thumb image --- src/components/postCard/view/postCardView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/postCard/view/postCardView.js b/src/components/postCard/view/postCardView.js index 1e83b2221..5dd69a2ac 100644 --- a/src/components/postCard/view/postCardView.js +++ b/src/components/postCard/view/postCardView.js @@ -91,7 +91,6 @@ class PostCardView extends Component { source={_image} style={styles.thumbnail} defaultSource={DEFAULT_IMAGE} - resizeMode={FastImage.resizeMode.stretch} /> )}