1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2022-11-11 13:58:09 +01:00
parent 6d6dd1a21c
commit 3207fc3b58
3 changed files with 4 additions and 4 deletions

View File

@ -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)