Lift the swipe animated value upwards
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
import React from 'react'
|
||||
import {View} from 'react-native'
|
||||
import {SharedValue} from 'react-native-reanimated'
|
||||
|
||||
import {ImageSource} from '../../@types'
|
||||
|
||||
@@ -12,6 +13,7 @@ type Props = {
|
||||
onZoom: (scaled: boolean) => void
|
||||
isScrollViewBeingDragged: boolean
|
||||
showControls: boolean
|
||||
dismissSwipeTranslateY: SharedValue<number>
|
||||
}
|
||||
|
||||
const ImageItem = (_props: Props) => {
|
||||
|
||||
Reference in New Issue
Block a user