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/App.tsx b/src/App.tsx index 2503520c..0ef71933 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,6 +7,7 @@ import log from '@root/startup/log' import netInfo from '@root/startup/netInfo' import sentry from '@root/startup/sentry' import { persistor, store } from '@root/store' +import AccessibilityManager from '@utils/accessibility/AccessibilityManager' import { getSettingsLanguage } from '@utils/slices/settingsSlice' import ThemeManager from '@utils/styles/ThemeManager' import * as Notifications from 'expo-notifications' @@ -90,9 +91,11 @@ const App: React.FC = () => { i18n.changeLanguage(getSettingsLanguage(store.getState())) return ( - - - + + + + + ) } else { 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 (