diff --git a/src/@types/react-navigation.d.ts b/src/@types/react-navigation.d.ts index 33834f60..acf59127 100644 --- a/src/@types/react-navigation.d.ts +++ b/src/@types/react-navigation.d.ts @@ -58,9 +58,10 @@ declare namespace Nav { imageUrls: { id: Mastodon.Attachment['id'] url: Mastodon.AttachmentImage['url'] + remote_url?: Mastodon.AttachmentImage['remote_url'] + blurhash: Mastodon.AttachmentImage['blurhash'] width?: number height?: number - remote_url?: Mastodon.AttachmentImage['remote_url'] }[] id: Mastodon.Attachment['id'] } diff --git a/src/components/GracefullyImage.tsx b/src/components/GracefullyImage.tsx index 04ad5270..ed2deccd 100644 --- a/src/components/GracefullyImage.tsx +++ b/src/components/GracefullyImage.tsx @@ -102,11 +102,7 @@ const GracefullyImage = React.memo( return (