aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-06-18 01:16:23 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-06-18 01:16:23 -0700
commitea562eff372995cf8f2cfc389d979452a3885c52 (patch)
tree7820398c255009ec433b36e59026db4739b01cc6
parentf6ac1f946f2d673e399e2f9734f533da129b820f (diff)
Edit display style of image in tag friends screen
-rw-r--r--src/screens/moments/TagFriendsScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/moments/TagFriendsScreen.tsx b/src/screens/moments/TagFriendsScreen.tsx
index 570c3776..6956dc0d 100644
--- a/src/screens/moments/TagFriendsScreen.tsx
+++ b/src/screens/moments/TagFriendsScreen.tsx
@@ -86,7 +86,7 @@ const TagFriendsScreen: React.FC<TagFriendsScreenProps> = ({route}) => {
ref={imageRef}
style={styles.image}
source={{uri: imagePath}}
- resizeMode={'cover'}
+ resizeMode={'contain'}
/>
</TouchableWithoutFeedback>
{tags.length !== 0 && (