mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fallback to expo beta for blurhash to function
This commit is contained in:
@ -59,8 +59,8 @@ const GracefullyImage = ({
|
||||
>
|
||||
<Image
|
||||
placeholderContentFit='cover'
|
||||
placeholder={sources.blurhash || connectMedia(sources.preview)}
|
||||
source={hidden ? undefined : connectMedia(source)}
|
||||
placeholder={hidden ? sources.blurhash : sources.blurhash || connectMedia(sources.preview)}
|
||||
source={hidden ? sources.blurhash : connectMedia(source)}
|
||||
{...(!withoutTransition && !reduceMotionEnabled && { transition: { duration: 120 } })}
|
||||
style={{ flex: 1, ...imageStyle }}
|
||||
onError={() => {
|
||||
|
Reference in New Issue
Block a user