aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-06-20 22:25:26 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-06-20 22:25:26 -0700
commitd5915af9c1f13f7d7d62df0b215e94792ab0538a (patch)
treec2dd74011fab245272e8b8cada23b2ed95c89215
parent6b86e6f5e0ce7345435183b5aa219ecd4cfd7fdd (diff)
Contain image on 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 && (