diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-16 01:58:59 -0700 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-16 01:58:59 -0700 |
| commit | f3134bbe9b8bc84a906ca1dac46959b360dd243f (patch) | |
| tree | f95b900f2e5031199c5c6d005955fcfc99ed168d /src/screens | |
| parent | 78f32c1400eff46d4c768b78fbaf672826c74285 (diff) | |
image cropper dump
Diffstat (limited to 'src/screens')
| -rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index 9e1b4674..74f774b9 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -197,7 +197,7 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => { <Image style={styles.image} source={{uri: moment ? moment.moment_url : image?.path}} - resizeMode={'cover'} + resizeMode={'contain'} /> <MentionInput containerStyle={styles.text} |
