Try out using margin instead of gap

This commit is contained in:
xmflsct 2023-02-14 23:18:23 +01:00
parent 3b4b6d2f67
commit ad04eff7ce
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ const TimelineAttachment = () => {
return (
<View style={{ marginTop: StyleConstants.Spacing.M, ...(isLargeDevice && { maxWidth: 375 }) }}>
<View style={{ gap: StyleConstants.Spacing.XS }}>
<View style={{ marginBottom: StyleConstants.Spacing.XS }}>
{chunk(status.media_attachments, 2).map((chunk, chunkIndex) => (
<View
key={chunkIndex}