mirror of
https://github.com/tooot-app/app
synced 2025-01-12 17:34:16 +01:00
Fixed #450
This commit is contained in:
parent
6d6dd1a21c
commit
3207fc3b58
@ -82,7 +82,7 @@
|
||||
"react-native-live-text-image-view": "^0.4.0",
|
||||
"react-native-pager-view": "6.1.0",
|
||||
"react-native-reanimated": "~2.12.0",
|
||||
"react-native-reanimated-zoom": "^0.3.2",
|
||||
"react-native-reanimated-zoom": "^0.3.3",
|
||||
"react-native-safe-area-context": "4.4.1",
|
||||
"react-native-screens": "~3.18.2",
|
||||
"react-native-share-menu": "^6.0.0",
|
||||
|
@ -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)
|
||||
|
@ -10567,7 +10567,7 @@ react-native-pager-view@6.1.0:
|
||||
resolved "https://registry.yarnpkg.com/react-native-pager-view/-/react-native-pager-view-6.1.0.tgz#6cb13fb6f2db8836c89ee8261b07603e97527ceb"
|
||||
integrity sha512-wBtc77l+lWRDS1FlpeO+rE0iG/ecRtVhHrERMkm7CACQvhB+ty8NL2zlAzOCCbS83DZrIdtWuPu9VqziKHzJPw==
|
||||
|
||||
react-native-reanimated-zoom@^0.3.2:
|
||||
react-native-reanimated-zoom@^0.3.3:
|
||||
version "0.3.3"
|
||||
resolved "https://registry.yarnpkg.com/react-native-reanimated-zoom/-/react-native-reanimated-zoom-0.3.3.tgz#99161310c398b2d4220e75ce1d9b76eb075bf3f6"
|
||||
integrity sha512-naeMV19218OsVOAw7jq45mZGxcSgvcn5xAJlXep27R0IBo/fqpLlLuXKK2nyCXyLzuIPwgqS3O+LUMcTd2L5Gg==
|
||||
|
Loading…
Reference in New Issue
Block a user