aboutsummaryrefslogtreecommitdiff
path: root/src/screens
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-06-18 10:53:22 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-06-18 10:53:22 -0700
commit45b46077191c0515c250b592b9da11ae42d46f51 (patch)
tree00b0e9e864d3fe93d611397a5301f1026b9af900 /src/screens
parent5449a11f4c404e505ba4369bbdbefd73eeda0be3 (diff)
parent75b3f820d05efe419b864a1e830d97dd9741b45b (diff)
Merge branch 'image-cropper' of https://github.com/shravyaramesh/Frontend into image-cropper
Diffstat (limited to 'src/screens')
-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 6956dc0d..570c3776 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={'contain'}
+ resizeMode={'cover'}
/>
</TouchableWithoutFeedback>
{tags.length !== 0 && (