mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Test #700
This commit is contained in:
@@ -193,10 +193,10 @@ const ScreenImagesViewer = ({
|
||||
}}
|
||||
>
|
||||
<GracefullyImage
|
||||
uri={{
|
||||
preview: item.preview_url,
|
||||
remote: item.remote_url,
|
||||
original: item.url
|
||||
sources={{
|
||||
preview: { uri: item.preview_url, width: item.width, height: item.height },
|
||||
default: { uri: item.url, width: item.width, height: item.height },
|
||||
remote: { uri: item.remote_url, width: item.width, height: item.height }
|
||||
}}
|
||||
dimension={{
|
||||
width:
|
||||
@@ -208,6 +208,7 @@ const ScreenImagesViewer = ({
|
||||
? WINDOW_HEIGHT
|
||||
: (WINDOW_WIDTH / imageWidth) * imageHeight
|
||||
}}
|
||||
enableLiveTextInteraction
|
||||
/>
|
||||
</View>
|
||||
}
|
||||
|
Reference in New Issue
Block a user