diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-18 01:16:23 -0700 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-18 01:16:23 -0700 |
| commit | ea562eff372995cf8f2cfc389d979452a3885c52 (patch) | |
| tree | 7820398c255009ec433b36e59026db4739b01cc6 /src/screens/moments/TagFriendsScreen.tsx | |
| parent | f6ac1f946f2d673e399e2f9734f533da129b820f (diff) | |
Edit display style of image in tag friends screen
Diffstat (limited to 'src/screens/moments/TagFriendsScreen.tsx')
| -rw-r--r-- | src/screens/moments/TagFriendsScreen.tsx | 2 |
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 && ( |
