mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #450
This commit is contained in:
@ -9,7 +9,6 @@ import { useTranslation } from 'react-i18next'
|
||||
import {
|
||||
Dimensions,
|
||||
FlatList,
|
||||
Image,
|
||||
PixelRatio,
|
||||
Platform,
|
||||
Share,
|
||||
@ -102,7 +101,8 @@ const ScreenImagesViewer = ({
|
||||
|
||||
return (
|
||||
<Zoom
|
||||
isZoomed={isZoomed}
|
||||
onZoomBegin={() => (isZoomed.value = true)}
|
||||
onZoomEnd={() => (isZoomed.value = false)}
|
||||
maximumZoomScale={max > 8 ? 8 : max}
|
||||
simultaneousGesture={Gesture.Fling()
|
||||
.direction(Directions.DOWN)
|
||||
|
Reference in New Issue
Block a user